Module dateparser

Functions

Name Description
parse This function offers a generic date/time string Parser which is able to parse most known formats to represent a date and/or time.

Classes

Name Description
Parser Implements the parsing functionality for the parse function. If you are using a custom ParserInfo many times in the same program, you can avoid unnecessary allocations by using the Parser.parse function directly.
ParserInfo Class which handles what inputs are accepted. Subclass this to customize the language and acceptable values for each parameter.

Authors

Copyright

License