I’m trying to use this helper: http://podsframework.org/extend/packages/jquery-ui-date-time-picker/
Following the directions “Set the input helper to ‘input/date/picker’ to choose date, or ‘input/date/timepicker’ to choose date+time.”
- ok, works great, I get a fancy date picker that allows me to select a date and time. However, no value is saved in the database.
“Then add the ‘save/date’ pre-save helper to the Pod in question to ensure dates are saved back to the format that the database is looking for.”
- The save/date pre-save helper deactivates after I click “Save Settings” in the Pod Setup section. I suppose that’s why it won’t save the value to the database.
Any ideas?