/dateparse

GoLang Parse many date strings without knowing format in advance.

Primary LanguageGoMIT LicenseMIT

Go Date Parser

Fork of https://github.com/araddon/dateparse.

Parse many date strings without knowing format in advance. Uses a scanner to read bytes and use a state machine to find format. Much faster than shotgun based parse methods.