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?
posted by Zed_Lopez to computers & internet (5 comments total)
3 users marked this as a favorite
remind.Less powerful but still pretty decent is the GNU date input syntax.posted by evariste at 3:41 AM on June 8, 2006