Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DateFormatter::toString Method (boost::gregorian::date&)

Returns string with formatted date using format "month day, year".

C++
static std::string toString(
    const boost::gregorian::date& dateModyyr
);
Parameters 
Description 
const boost::gregorian::date& dateModyyr 
The month, day, and year date to format. 

A string with date using format "month day, year".

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!