This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parameters | |
format | |
The following characters are recognized in the format parameter string | |
format Description Example returned values | |
Day --- --- | |
%a An abbreviated textual representation of the day Sun through Sat | |
%A A full textual representation of the day Sunday through Saturday | |
%d Two-digit day of the month (with leading zeros) 01 to 31 | |
%e Day of the month, with a space preceding single digits. Not implemented as described on Windows. See below for more information. 1 to 31 |