It looks like you're new here. If you want to get involved, click one of these buttons!
How can I get the saved date to a date field while editing Article Module in fuel cms. Now datepicker is loading today's date.
Fixed issue by adding $fields['publish_date'] = array('type' => 'datetime', 'date_format' => 'm/d/Y'); to form_fields function
Comments
Fixed issue by adding
$fields['publish_date'] = array('type' => 'datetime', 'date_format' => 'm/d/Y');
to form_fields function