|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Formatting Numbers as dates |
From: |
Patti |
Date: |
2/22/1999 7:10:30 PM |
IP: |
24.0.238.142 |
Hi All!
I'm working with a pre-developed ASP program and need to change an expiration variable from yesterday (current setting) to 30 or 60 days out. The code is this:
<%
...
expiretime = formatnumber(date,0,1,1,0)
...
%>
It creates a numeric date string which is then inserted into my database. What do I need to change for a 30 day expiration period?
Thanks,
Patti
|
Follow Up - Re: Formatting Numbers as dates - Pete 2/23/1999 4:24:56 AM
|
|
|
|
|
|
|
|
|
|
|
|