calpolymis1
MIS
Hi. I made a data display and update asp pages using frontpage. display.asp gets date values(MM/DD/YYYY) from MS Access database, parse an ID parameter to update.asp page. update.asp page is supposed to show the parsed ID and date values, but it only shows ID and text fields, not date fields. I think I need some formatting in the date format in between processes, but don't know how.
I also need to write/update dates to Access database after successfully displayed them, so if a new format is needed to do that, please give me an instruction.
The display.asp shows date without any problem(6/1/2006). Each text box's initial value in update.asp is set to like <%=request("ETD")%>. Thanks for your help in advance.
I also need to write/update dates to Access database after successfully displayed them, so if a new format is needed to do that, please give me an instruction.
The display.asp shows date without any problem(6/1/2006). Each text box's initial value in update.asp is set to like <%=request("ETD")%>. Thanks for your help in advance.