known subclasses: kiwi.datatypes._TimeConverter, kiwi.datatypes._DateTimeConverter, kiwi.datatypes._DateConverter
Abstract class for converting datatime objects to and from strings
Function | __init__ | Undocumented |
Function | get_lang_constant_win32 | Undocumented |
Function | get_lang_constant | Undocumented |
Function | from_dateinfo | Undocumented |
Function | get_compare_function | This can be overriden by a subclass to provide a custom comparison |
Function | get_format | Undocumented |
Function | get_mask | Returns the mask of the entry or None if not specified. |
Function | as_string | Convert a date to a string |
Function | _convert_format | Convert the format string to a 'human-readable' format |
Function | from_string | Convert a string to a date |
This can be overriden by a subclass to provide a custom comparison function.
Returns the mask of the entry or None if not specified.
Convert a date to a string
Convert the format string to a 'human-readable' format
Convert a string to a date