kcoleman26
Technical User
CR 2008
I am trying to convert a number to a time ex(920 to 9:20AM, 1330 to 1:30PM).
Once converted I would want to round the time up or down in 30 minute increments
8:00 AM
8:30 AM
9:00 AM
using 7:45 - 8:14 = 8:00 AM
8:15 - 8:44 = 8:30 AM
8:45 - 9:14 = 9:00 AM
and so on.
Thanks,
KC
I am trying to convert a number to a time ex(920 to 9:20AM, 1330 to 1:30PM).
Once converted I would want to round the time up or down in 30 minute increments
8:00 AM
8:30 AM
9:00 AM
using 7:45 - 8:14 = 8:00 AM
8:15 - 8:44 = 8:30 AM
8:45 - 9:14 = 9:00 AM
and so on.
Thanks,
KC