Documentation
getHour
usage
string hour = date->getHour()
retourne
a string representing the hour encoded in the object. The format is HH (1 becomes 01, 2 becomes 02, 11 is 11, etc)
string hour = date->getHour()
a string representing the hour encoded in the object. The format is HH (1 becomes 01, 2 becomes 02, 11 is 11, etc)