I have a variable of datetime. For instance:
I want to round it in two ways. First, how do I round it to 00:00:00? For instance, I want the first row to become "1/3/15 00:00:00." Second, how do I round it up to the last second of the day? For instance, I want the first row to become "1/3/15 23:59:59." Sorry for not using -dataex-. I tried it, but it wouldn't spit out the values in %tc format.
Code:
1/3/15 12:23:33 3/5/15 15:31:01 5/2?15 01:01:2
Comment