DateTimeParser v1.0.0 DateTimeParser.Parser.Tokenizer View Source

This parser doesn't parse, instead it checks the string and assigns the appropriate parser during preflight. The appropriate parser is determined by whether there is a "/" present in the string, and if so it will assume the string is a US-formatted date or datetime, and therefore use the US-optimized tokenizer module (ie, DateTimeParser.Parser.DateUS or DateTimeParser.Parser.DateTimeUS) for them. Time will always be parsed with DateTimeParser.Parser.Time.

Link to this section Summary

Link to this section Functions