PHP date() style date formatting See http://www.php.net/date for format strings
Usage: >>> import datetime >>> d = datetime.datetime.now() >>> df = DateFormat(d) >>> print(df.format('jS F Y H:i')) 7th October 2003 11:39 >>>
Variable | re_escaped |
Undocumented |
Variable | re_formatchars |
Undocumented |
Class | DateFormat |
No class docstring; 24/24 methods documented |
Class | Formatter |
Undocumented |
Class | TimeFormat |
No class docstring; 0/1 property, 0/2 instance variable, 15/16 methods documented |
Function | format |
Convenience function |
Function | time_format |
Convenience function |