Hi
I want to submit the date along with other values to a db. It needs to be in DDMMYYYY format when submitted to db.
I have the below so far, which is not working and returns something like 00:00:0000
Dim strmyDate
strmyDate = Cdate(Request("Date"
)
Response.Write strmyDate
Can anyone help?
Thanks
Lee
I want to submit the date along with other values to a db. It needs to be in DDMMYYYY format when submitted to db.
I have the below so far, which is not working and returns something like 00:00:0000
Dim strmyDate
strmyDate = Cdate(Request("Date"
Response.Write strmyDate
Can anyone help?
Thanks
Lee