G
Ginni
I have two fields that come in from an access database. I
can't change the way they are formatted in the database,
so have to format them in my script when they come in.
Currently I have them both set to come in as mm/dd/yyyy by
using the following: formatdatetime(trim(oRsWD.fields
("first_day_of_month").value ),0)
How can I get the date to be formatted so it appears 09-
Sep-2003??
Thank you!!
Ginni
can't change the way they are formatted in the database,
so have to format them in my script when they come in.
Currently I have them both set to come in as mm/dd/yyyy by
using the following: formatdatetime(trim(oRsWD.fields
("first_day_of_month").value ),0)
How can I get the date to be formatted so it appears 09-
Sep-2003??
Thank you!!
Ginni