Re: [PHP] Q on Regular Expressions

2003-09-17 Thread jsWalter
Thanks for the pointer, but this only deals with date/time in EPOCH range. I'm trying to handle dates pre-epoch. Thanks Walter "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote jsWalter ([EMAIL PROTECTED]): > > I have a fairly complicated regular express

Re: [PHP] Q on Regular Expressions

2003-09-17 Thread Curt Zirzow
* Thus wrote jsWalter ([EMAIL PROTECTED]): > I have a fairly complicated regular expression that was written for perl. > > I've spent the last 4 days trying to convert it to PHP. have you looked at strtotime()? http://php.net/strtotime The Date formats it can find are defined here: http://ww