Time is less than
Posted: Mon Nov 26, 2007 6:19 pm
Hi,
I want to determine whether an order has been placed before 14:00:00.
My time format in the database is formatted as "H:i:s".
How can I do this:
Thanks.
I want to determine whether an order has been placed before 14:00:00.
My time format in the database is formatted as "H:i:s".
How can I do this:
Code: Select all
if($orderTime<=14:00:00){
//Do something
}