In my php application user should enter date and time separately. But i want to combine them to compare with database value. How can i do that?
user input Date:2008-03-25
User input time:11:30
Eg;
I want to combine tease two values to 2008-03-25 11:30
user input Date:2008-03-25
User input time:11:30
Eg;
I want to combine tease two values to 2008-03-25 11:30
Comment