I have a problem inserting the date (sql server) with the Upload & Resize extension. I'm trying to insert the date in the following format: dd-mm-yyyy.
When I insert this (for example: 02-04-2006), the Upload/Insert changes my date to this format: mm-dd-yyyy. But when I use the new insert/update Server Behaviors of Dreamweaver 8.0.2 the date gets inserted in the right format: dd-mm-yyyy.
Part of the new Dreamweaver Server Behaviour: MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param3", 135, 1, -1, MM_IIF(Request.Form("date"), Request.Form("date"), null)) ' adDBTimeStamp
I think the numbers: 135, 1, -1 say something about the date format. My question: do you have a solution for me so I can insert the date in the right format?
Thanks in advance! |
|
|