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