I will need your guidance again. In Access, i can convert a long integer into a date. For instance; MyDate = CDATE(41540) would give 22/09/2013 When i used a similar approach in ASP, it generated an error. How can i convert a long integer to a date using ASP? Thank you!
MICAH
Reply from Richard Rost:
It worked fine for me.
response.write CDATE(41540)
gave me: 9/23/2013
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Active Server Pages Forum.