Hi Eli,
> 
> 
> 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??
> 

DateAdd will do this...

DateAdd(datepart, number, date)
                
datepart has the following options :
yyyy -- Year 
q -- Quarter 
m -- Month 
y -- Day of year 
d -- Day 
w -- Weekday 
ww -- Week 
h -- Hour 
n -- Minute 
s -- Second 

Regards

Stephen

------------------------------------------------------------------------------
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