compare between 6:00 am and date
1- i have a table shifts a shift starts from 6:00 i define it as character
2- when any employee clock in for example 05/10/2014 05:13 AM
i want to compare 6:00 with 05:13
if it is less than 6:00 then true else false
how i make this ?
0