You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin offers the `date_time_picker` input and `date_time_range` filter , which use the [XDSoft DateTime Picker gem](https://github.com/shekibobo/xdan-datetimepicker-rails).
31
-
The `date_time_picker` input accepts many of the options available to the standard jQueryUI Datepicker. For example:
Plugin offers the `date_time_picker` input and `date_time_range` filter, which use the [XDSoft DateTime Picker gem](https://github.com/shekibobo/xdan-datetimepicker-rails).
44
+
The `date_time_picker` input accepts many of the options available to the standard jQueryUI Datepicker. For example:
If you want to change format - you need to make sure that front-end and back-end formats are identical. And remember JS and Ruby datetime format has different syntax.
69
+
If you want to change format - you need to make sure that front-end and back-end formats are identical.
70
+
And remember JS and Ruby datetime format has different syntax.
0 commit comments