Eli,
Try something like this:
<cfoutput>
#Now()#<br>
#CreateODBCDateTime(Evaluate(Now()+CreateTimeSpan(0,0,30,0)))#
</cfoutput>

The first line outputs the current d/t and the second line demonstrates that
half an hour has been added to it by way of the CreateTimeSpan function.

Steve

> -----Original Message-----
> From: Eli Shechter [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 31, 2000 16:49
> To: [EMAIL PROTECTED]
> Subject: Time add
>
>
> Is there a function to do the adding with time. (like DateAdd)
> i want to create a output with the hours of the day by the half hour.
>
> meaning:
>
> 8:00
> 8:30
> 9:00
> 9:30
>
> does anyone know of a way to do this??
>
> Thanx
> -Eli-
>
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to