Returns a string with a formatted date.
There are four static variations of the toString function. The first argument can be a DateMoyr (a date with a month and year) or a boost::gregorian::date (a date with a month, day, and year). Each of those functions can have a second argument specifying the format to use. If the second argument is not present, the default format is used.
|
|
Name |
Description |
|
Returns string with formatted date using format "month day, year". | |
|
Returns string with formatted date using specified format. | |
|
Returns string with formatted date using format "month year". | |
|
Returns string with formatted date using specified format. |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|