Timex.Parsers.DateFormat.StrftimeParser
This module is responsible for parsing date strings using the strftime formatting syntax.
See Timex.DateFormat.Formatters.StrftimeFormatter
for more info.
Summary↑
parse_directive(date_string, directive) | Extracts the value for a given directive |
tokenize(format_string) | The tokenizer used by this parser |
Functions
Extracts the value for a given directive.
The tokenizer used by this parser.