|
Anypia Programmer's Documentation
|
Returns string with formatted date using format "month day, year".
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!
|