I'm working on WordPress theme which has some custom functionality which includes the ability to add "events" that include a start and/or end date in string format.
I'm wondering what the best method would be to parse these date strings in order to figure out which event should be shown in what order?
Here's an example of the date strings associated with each event:
- Some event: 07/23/2010
- Some other event: 08/03/2010
- Another event: 09/10/2010 - 09/12/2010
- Last event: 11/12/2010
Sorry if this question shows my utter n00bness.