$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Iain K. Hanson (iain.hanson_at_[hidden])
Date: 2003-09-05 13:39:48
On Fri, 2003-09-05 at 17:34, Joel de Guzman wrote:
> In my ET implementation (no it's not part of date_time yet, AFAIK),
> I allow: Y/M/D and M/D/Y only.
>
> Pardon the confusion, 1/Jan/1970 is indeed an illegal date (asserts)
So you are allowing US date format M/D/Y but not European date format
D/M/Y. Thats a little US centric, is it not?
/ikh