Author |
Topic |
|
redbrad0
Advanced Member
USA
3725 Posts |
Posted - 27 October 2001 : 02:56:40
|
ok snitz uses the strtodate functions, and so on. It basically inserts the full date, and time. I want to leave it like this but on some pages I just want to display the date. How can I take a variable that has an old date and time, and then return just the date?
Example I have strOLDDateAndTime = "10/7/2001 8:59:38 AM" and I want to have strOldDate = "10/7/2001"
Brad |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 27 October 2001 : 03:25:24
|
In the forum, to display just the date, we have a function called ChkDate, it's used on default.asp, forum.asp, topic.asp, active.asp, search.asp, etc... |
|
|
redbrad0
Advanced Member
USA
3725 Posts |
Posted - 27 October 2001 : 11:03:07
|
thanks richard
Brad |
|
|
|
Topic |
|
|
|