> real quick easy one for you guys.
> i need to pull a date out of the database:
> rsOut.Fields.Item("thisdate").Value
> then i need to add 14 months to it to get a new date.
> i thought about trying
> Cdate(rsOut.Fields.Item("order_date").Value) + 14 months
> or something like that...
> will i have to split the date into it's parts and then add the months
> manually, or is there just a basic addition operation i can perform on
a
> date?

DateAdd(interval, number, date)

Returns a date to which a specified time interval has been added.

--
Lon Kraemer
-----------------------------------------


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to