M
Mick
I am attempting to output a date from an access database. It is stored on the
access database in the format dd/mm/yyyy in a field called [dateissue]. In
the asp I have custom changed to
SELECT * ,
format (dateissue,'ddd mmm dd yyyy') AS dateissue2
FROM clientbadge W HERE (ID = ::ID:
I would like dateissue2 displayed as "ddd mmm dd yyyy". The problem is, as I
am on a spanish server the date displays in Spanish as
"dom ene 09 2008" instead of "sun Jan 09 2008". I want it to display in
english please. You help would be appreciated, thank you.
access database in the format dd/mm/yyyy in a field called [dateissue]. In
the asp I have custom changed to
SELECT * ,
format (dateissue,'ddd mmm dd yyyy') AS dateissue2
FROM clientbadge W HERE (ID = ::ID:
I would like dateissue2 displayed as "ddd mmm dd yyyy". The problem is, as I
am on a spanish server the date displays in Spanish as
"dom ene 09 2008" instead of "sun Jan 09 2008". I want it to display in
english please. You help would be appreciated, thank you.