Subject | Re: Newbie: Setting the Date format |
---|---|
Author | Maciek BOROWKA |
Post date | 2003-10-09T11:04:37Z |
As far as I know, all databases accept a date in the
YYYY-MM-DD format. In that case, you just put it
that way and you stay db-independent.
I don't really understand your problem with alphafield,
if it contains a date, you just detect it and parse correctly...
./Maciek
I could check for Data in the format dd/mm/yyyy and replace with
dd.mm.yyyy but what if an Alphafield happens to contain a date?
YYYY-MM-DD format. In that case, you just put it
that way and you stay db-independent.
I don't really understand your problem with alphafield,
if it contains a date, you just detect it and parse correctly...
./Maciek
>>> lwm317_ebayaccount@... 09/10/03 10h48 >>>[snip]
I could check for Data in the format dd/mm/yyyy and replace with
dd.mm.yyyy but what if an Alphafield happens to contain a date?