henryhandle
Programmer
I have an access table (make with access xp) ,
which has a colum name “datecolum”
in the access format like this : 12.12.2001 12:21:22
(date and hour)
First i read this :
Sql_s= Select datacolum from Customer
rs.open Sql_s, con
……………….
After that putout the result in Sql_s:
Set d= rs.Fields („datecolum“)
Response.Write ( FormatDateTime(d,ShortDateTime )
Output is:
Output : 12.12.2001
..........
11.11.2001
??
Response.Write ( d )
get the same result!!
What shall I do to get :12.12.2001 12:21:22
?
which has a colum name “datecolum”
in the access format like this : 12.12.2001 12:21:22
(date and hour)
First i read this :
Sql_s= Select datacolum from Customer
rs.open Sql_s, con
……………….
After that putout the result in Sql_s:
Set d= rs.Fields („datecolum“)
Response.Write ( FormatDateTime(d,ShortDateTime )
Output is:
Output : 12.12.2001
..........
11.11.2001
??
Response.Write ( d )
get the same result!!
What shall I do to get :12.12.2001 12:21:22
?