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
Add following line into `app/assets/stylesheets/active_admin.css.scss`
29
29
30
-
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:
30
+
```css
31
+
@import"active_admin_datetimepicker";
32
+
```
32
33
33
-
JS asset
34
-
```//= require active_admin_datetimepicker```
34
+
Add following line into `app/assets/javascripts/active_admin.js.coffee`
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