L
Luiz Horacio
Hi,
I got some ASP pages and they work perfectly except for one detail: dates
that are loaded on page are in dd/mm/yyyy format and I need them to load in
mm/dd/yyyy format.
The code line that loads this date is:
<input name="txtStartDate" type="text" id="txtStartDate" value="<%=Date%>"
size="10" maxlength="10" readOnly>
I see that Date comes from system, but my locale settings set it to the
wrong format. Is there a way to format this Date value to mm/dd/yyyy ?
Regards,
Luiz Horacio
(e-mail address removed)
I got some ASP pages and they work perfectly except for one detail: dates
that are loaded on page are in dd/mm/yyyy format and I need them to load in
mm/dd/yyyy format.
The code line that loads this date is:
<input name="txtStartDate" type="text" id="txtStartDate" value="<%=Date%>"
size="10" maxlength="10" readOnly>
I see that Date comes from system, but my locale settings set it to the
wrong format. Is there a way to format this Date value to mm/dd/yyyy ?
Regards,
Luiz Horacio
(e-mail address removed)