protected virtual member function
<locale>
std::time_get::do_date_order
dateorder do_date_order() const;
Return date order [virtual]
Virtual protected member function called by time_get::date_order to obtain the date order.
Polymorphic derived classes can overwrite the behavior of this function.
See time_get::date_order for its default behavior in time_get's standard specializations.