This topic is locked

date format different in email than in application

8/5/2010 11:08:20 AM
ASPRunnerPro General questions
M
mfred author

I had not noticed this before but I set my applications' edit date format as mm/dd/yyyy but the emails that are sent from the application has the same date format as yyyy-mm-dd. Is there any way to change this?

A
ann 8/6/2010

Hi,
you can change the format manually.

Here is a sample:

msg=msg & FormatDateTime(DateFieldName,2)