Question : Adding time to a date/time field

I need to add 10 hours to a date/time field and report on it.   The current formula is:

DateTimeToTime ({table.field})

I know I can't simply add "+ 10.5" to the end...

Thanks!

Answer : Adding time to a date/time field


Hi can't test right now, but try

Time(dateadd('h', +10,{table.field}))

Kj
Random Solutions  
 
programming4us programming4us