Sha256: 3c76e6cec099f5544b1a8aec68e72aa721f1a1b94a498e021a76a7dc70e36d83
Contents?: true
Size: 557 Bytes
Versions: 2
Compression:
Stored size: 557 Bytes
Contents
Trestle.ready(function() { $('input[type="date"][data-picker="true"]').flatpickr({ allowInput: true, altInput: true, altFormat: "m/d/Y", }); $('input[type="datetime"][data-picker="true"], input[type="datetime-local"][data-picker="true"]').flatpickr({ enableTime: true, allowInput: true, altInput: true, altFormat: "m/d/Y h:i K", }); $('input[type="time"][data-picker="true"]').flatpickr({ enableTime: true, noCalendar: true, allowInput: true, altInput: true, altFormat: "h:i K" }); });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trestle-0.8.5 | app/assets/javascripts/trestle/_datepicker.js |
trestle-0.8.4 | app/assets/javascripts/trestle/_datepicker.js |