186145/php-convert-date-to-mktime-function
I posted a date input $_POST['date'] with format 2013/11/22 and time $_POST['time'] with format 10:10 AM. Now I need to put both inputs in the mktime function like this:
mktime(10, 10, 0, 11, 22, 2013);
How can I create this
Hii @kartik, Working with different servers with various ...READ MORE
Hello @kartik, Use PHP's date() function. Example: echo date('m/d/Y', 1299446702); Hope it helps!! Thank ...READ MORE
I have to use PHP to convert ...READ MORE
Hello, To convert a date retrieved from MySQL ...READ MORE
Hello @kartik, In javascript, make an ajax function, function ...READ MORE
Hello @kartik, You can't call a PHP function ...READ MORE
The time would go by your server ...READ MORE
What PHP time zone can I use ...READ MORE
How can I convert one date format ...READ MORE
I have two dates on the form: Start ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.