When i enter data from the website, the dates are saved in the table in mm/dd/yyyy format. However, in my country, people are used to dd/mm/yyyy. How do i ensure that data entered from the website conforms to this standard? In Access, we have the format function but i can find an equivalent in ASP.
Thank you!
MICAH
Reply from Richard Rost:
Is there an option on your web server to change the default date format? If not, you could keep the mm/dd/yy formatting and just DISPLAY dd/mm/yy for your users in your forms/reports. You'd have to do that at the form/report level.
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.