1 If you have ever had to use a program that made you type in the
2 date a certain way and thought "Why can't the computer just figure
3 out what date I wanted?", this module is for you.
5 DateTime::Format::Flexible attempts to take any string you give it
6 and parse it into a DateTime object.
8 The test file tests 2500+ variations of date/time strings. If you
9 can think of any that I do not cover, please let me know.