G
Guest
I want to roundup the time format (hh:mm:ss) in a column to nearest hour.
Nearest hour needs to be based on minutes less than or greater than 30 min.
So that a column with (2003-05-23 17:33:36.000000) in text format needs to be
converted to date/time format and rounded to (2003-05-23 18:00) since it is
more than 30 minutes. Is this possible?
Any help will be highly appreciated!!
Thanks in advance
Nearest hour needs to be based on minutes less than or greater than 30 min.
So that a column with (2003-05-23 17:33:36.000000) in text format needs to be
converted to date/time format and rounded to (2003-05-23 18:00) since it is
more than 30 minutes. Is this possible?
Any help will be highly appreciated!!
Thanks in advance