Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template iso_extended_format

boost::date_time::iso_extended_format — Extended format uses seperators YYYY-MM-DD.

Synopsis

// In header: <boost/date_time/iso_format.hpp>

template<typename charT> 
class iso_extended_format : public  {
public:

  // public static functions
  bool ();
};

Description

iso_extended_format public static functions

  1. bool ();
    Extended format needs char separators.

PrevUpHomeNext