rastkocvetkovic
Programmer
How to do that. My experience show that the type of output depends on ODBC version of Access driver.
The following function (FormatDateTime)...
<%
response.write(FormatDateTime(date(),vbgeneraldate))
%>
... isn't appropriate due to the fact that it doesn't switch day and month at all.
Is there any other option but parsing?
The following function (FormatDateTime)...
<%
response.write(FormatDateTime(date(),vbgeneraldate))
%>
... isn't appropriate due to the fact that it doesn't switch day and month at all.
Is there any other option but parsing?