How to use LCD to locate time
To use LCD to locate time
When we work with database we will be confronted with many situations whereby we cannot standardize on a single data time and number format.
For example, we might save as date of 04/12/2001 as 04 December 2001.
We can do so by using the following codes.
<%
Session.LCID = 1061
Dim mydate
mydate= Formatdatetime(date,1)
response.write(mydate)
%>
No comments:
Post a Comment