Welcome Guest, Not a member yet? Register   Sign In
Cannot Get Date format from input field
#7

(06-25-2018, 03:37 AM)InsiteFX Wrote: You really should read up on the DateTime Class etc; On PHP.NET

Here is one example that will help you to check the datetime.

date_parse


Now I am getting below error. 

"Array to string conversion"

This is my code. 


PHP Code:
value="<?php
                                
$j_date = date_parse($row->join_date);
                                echo 
$j_date;   ?> " 
Reply


Messages In This Thread
RE: Cannot Get Date format from input field - by sanjaya - 06-25-2018, 04:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB