Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DateFormatter::toString Method (DateMoyr&)

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

C++
static std::string toString(
    const DateMoyr& dateMoyr
);
Parameters 
Description 
const DateMoyr& dateMoyr 
The month and year date to format. 

A string with date using format "month year".

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