grierfield
Technical User
Example, I have a database that save time of occurances in the following way
11:20:00PM
8:20:00PM
9:20:00PM
8:20:00AM
8:10:00AM
12:20:00PM
I want to group these by AM and PM, how do I go about it?
11:20:00PM
8:20:00PM
9:20:00PM
8:20:00AM
8:10:00AM
12:20:00PM
I want to group these by AM and PM, how do I go about it?