backdrop-contrib / scheduler

Allows content to be published and unpublished on specified dates. (Note: a simplified version of the publishing functionality is now in Backdrop core.)
GNU General Public License v2.0
0 stars 1 forks source link

Date Format Conflicts #12

Open Dinornis opened 7 years ago

Dinornis commented 7 years ago

No matter what date format you enter into the Date format field on the Scheduler settings page at /admin/config/content/scheduler, the date popup calendar widget converts the date tom/d/Y and the expected format when trying to save the node is Y-m-d H:m:s.

laryn commented 7 years ago

I wonder if this is related to the core issue here: https://github.com/backdrop/backdrop-issues/issues/1370

laryn commented 7 years ago

@Dinornis For the moment, can you set the Field Type to "Standard text field" rather than popup (for further testing purposes) on admin/config/content/scheduler? I may need some date help from others to get the popup working as expected.

Dinornis commented 7 years ago

Same problem with the standard text field, see #13