I will use date picker in rails application. My attribute type are date
and datetime
.
If I use bootstrap-datepicker-rails gem, should I change them to string?
If not, how to use the datepicker in simple-form?
The answer in StackOverview says that If your attribute using datetime type, you can use bootstrap-datetimepicker-rails gem
, how to use it?
Thanks.