Documentation
getDay
usage
string day = date->getDay()
retourne
a string representing the day encoded in the object. The format is dd (thus if the day is the first of the month, the function will return 01).
string day = date->getDay()
a string representing the day encoded in the object. The format is dd (thus if the day is the first of the month, the function will return 01).