M
monki
hi
i am working with uk date formats (dd/mm/yy) however the server the site is
hosted on is in the us(mm/dd/yy) format
i am using the following to convert the ddates
gigdateuk = day(rs1("Date")) & "/" & month(rs1("Date")) & "/" &
year(rs1("Date"))%>
Response.Write gigdateuk
this works ok
however i am building a page that allows the record to be edited or a new
one added
how do i convert this back to us(mm/dd/yy) format when i post the form
thanks in advance
j
i am working with uk date formats (dd/mm/yy) however the server the site is
hosted on is in the us(mm/dd/yy) format
i am using the following to convert the ddates
gigdateuk = day(rs1("Date")) & "/" & month(rs1("Date")) & "/" &
year(rs1("Date"))%>
Response.Write gigdateuk
this works ok
however i am building a page that allows the record to be edited or a new
one added
how do i convert this back to us(mm/dd/yy) format when i post the form
thanks in advance
j