Ok so, i have a box and when you click on it, the date calendar comes up, press save it goes to the mysql database fine, however, when it comes back, i'm getting this format YYYY-MM-DD, tried multiple different methods and it's not working, so can anyone shed some light on this?
'joindate' =>array(
'title' => _1('Join Date'),
'ignore' => module_customer::leads_enabled()),
'field' => array(
'type' => 'date',
'name' => 'joindate',
'value' => $customer['joindate'],
'blank' => false,
),
),
this is the working php and i've tried so many different methods now on how to get it to work, with none working, any suggestions?