
November 15th, 2002, 07:41 AM
|
|
Junior Member
|
|
Join Date: Nov 2002
Location: Sweden
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Re: time format
Ping !
You could do this in several ways....
but the most simple way is to use the vb-internal functions
to trim this field. If i am not wrong itīs called - "datepart()"
With datepart() you could select wich part you want.
The database is just for storing itīs value.
Good Luck !
Linuxdude.
Quote: Originally posted by reenasyukri
dear all,
I'm having a problem in displaying time in my web page. Which I developed using ASP.
In table personal let say, under time field..I've set the properties as time. When data is being saved..it will saved as hh:mm:ss.
But when i want to display my page which involved time..it will display todays' date together with the time.
How to ignore the date? |
|