Hi,
I am reading a date/time field from an Access DB with Javascript. The field in the database is set to short date like 1/2/08.
When I display the record on the web page with this code : objSPF.Fields.Item("Expiration").Value I keep getting this long date like: Mon June 5 00:00:00 EDT 2008
Does anyone knnow how I get around this and just display the short date?
thanks for the help.
I am reading a date/time field from an Access DB with Javascript. The field in the database is set to short date like 1/2/08.
When I display the record on the web page with this code : objSPF.Fields.Item("Expiration").Value I keep getting this long date like: Mon June 5 00:00:00 EDT 2008
Does anyone knnow how I get around this and just display the short date?
thanks for the help.