LittleSmudge
Programmer
I have a table in which one column is populated from an Access 2k db via ASP with a Date/Time value.
It currently defaults to the confusing American mm/dd/yyyy hh:mm:ss AM layout despite my use of :-
lang="en-gb"
or
lang="en-UK"
or
DateTime="dd/mm/yyyy"
or
<!ENTITY % Datetime "dd/mm/yyyy" >
and other combinations in various places.
So how do I get the cell to display the date in the logical order ?
AND - I suppose, how do I get the database to accept dd/mm/yyyy format dates from the user during input and not get them confused either ?
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.
It currently defaults to the confusing American mm/dd/yyyy hh:mm:ss AM layout despite my use of :-
lang="en-gb"
or
lang="en-UK"
or
DateTime="dd/mm/yyyy"
or
<!ENTITY % Datetime "dd/mm/yyyy" >
and other combinations in various places.
So how do I get the cell to display the date in the logical order ?
AND - I suppose, how do I get the database to accept dd/mm/yyyy format dates from the user during input and not get them confused either ?
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.