Date from database

Y

Yeltum

I'm using an Access 2000 database to store info, which
I'm displaying on an ASP page. How do I change the date
format from the standard Americian version, to the
English version, ie mm/dd/yy to dd/mm/yy ?

I'm using the database results wizard in frontpage to
generate my ASP page.

Thanks for any help.
 
K

Kevin Spencer

The format of the date is obtained from the Regional Settings on the host
computer. To change it, you would have to do some hand-coding of your ASP.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Top