Datepicker not loading saved date

edited February 2019 in Modules

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.

Comments

  • Fixed issue by adding
    $fields['publish_date'] = array('type' => 'datetime', 'date_format' => 'm/d/Y');
    to form_fields function

Sign In or Register to comment.