|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: parshing dates |
From: |
Tim |
Date: |
1/5/2001 10:10:09 AM |
IP: |
208.163.94.237 |
Try using the vbscript function month(), day(), and year(). Example:
YourDateVar = Date
MonthVal = Month(Date)
DayVal = Day(Date)
YearVal = Year(Date)
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|