|
|
|
|
|
| | |
| |
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Formatting Numbers as dates |
|
From: |
Pete |
|
Date: |
2/23/1999 4:24:56 AM |
|
IP: |
193.133.140.50 |
Try something like this :
<%
...
Dim CalDate
CalDate = DateAdd("d", 30, date)
expiretime = formatnumber(CalDate,0,1,1,0)
...
%>
Pete
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|