regular expressions for dates.
June 8, 2006 2:39 AM Subscribe
Is there a good standard language for specifying complex date expressions, e.g. '4th Fridays in month that are not last Fridays', or '3d workday in year', or 'every other Thursday except holidays'?
I'm thinking of implementing something that could use such a date language. The best shots at this I know are pcal and Date::Manip::ParseDate, but I'd like to do more.
This has been hard to search for, as the obvious terms are so generic, so I'm appealing to the geeks of the hive mind: has this been done better already?
I'm thinking of implementing something that could use such a date language. The best shots at this I know are pcal and Date::Manip::ParseDate, but I'd like to do more.
This has been hard to search for, as the obvious terms are so generic, so I'm appealing to the geeks of the hive mind: has this been done better already?
PHP functions like
posted by evariste at 3:48 AM on June 8, 2006
strtotime()
speak the GNU date input syntax.posted by evariste at 3:48 AM on June 8, 2006
« Older Can you treat a yeast infection while on... | Anchorman and WoW at the same time, reality or... Newer »
This thread is closed to new comments.
remind.
Less powerful but still pretty decent is the GNU date input syntax.posted by evariste at 3:41 AM on June 8, 2006