Documentation
getMonth
usage
string month = date->getMonth()
retourne
a string representing the month encoded in the object. The format is mm (1 becomes 01, 2 becomes 02, 11 stays 11).
string month = date->getMonth()
a string representing the month encoded in the object. The format is mm (1 becomes 01, 2 becomes 02, 11 stays 11).