General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
What's the correct way to store a date??
<FORM Action="<% request.ServerVariables("SCRIPT_NAME") %>" METHOD="GET">
Date: <INPUT TYPE="text" NAME="ibuskey"><br>
<INPUT TYPE = "submit" NAME = "submit" VALUE = "write record">
</FORM>
Then i'm storing the date...
strIBUSKEY = "'" & Trim(Request.QueryString("ibuskey")) & "', "
When i attempt to write the above string into a record's date-field i get an error that i'm trying to write a string of text into a date-field.
Now, i'm new to VBScript (which is what i'm using to write my ASP's). So, obviously, i'm storing the date in an inappropriate variable type.
How should i be storing this date info?
--
webmaster@egoz.org