jQuery UI Date / Time Picker

Version 1.0 added 9 months ago by sc0ttkclark

HOW TO INSTALL: To install this package, copy the following code and paste it into your Pods >> Package Manager under the Import tab and follow instructions there.

1.0 Notes

About this Package

Set the input helper to 'input/date/picker' to choose date, or 'input/date/timepicker' to choose date+time. 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. (currently does not support dates prior to 1969 since it's using PHP strottime)