Argument out of range Rails 4 and bootstrap3-datetimepicker-rails

后端 未结 4 740
隐瞒了意图╮
隐瞒了意图╮ 2021-02-07 08:29

I\'m using the bootstrap3-datetimepicker-rails gem to let users store the scheduled_date of a WorkOrder in my application (a \'DateTime\' property), bu

4条回答
  •  情书的邮戳
    2021-02-07 09:10

    It's me helped:
    To file application.js writing to end file:

    $(function() {
      $('.datepicker').datepicker({format: 'dd-mm-yyyy'});
    });
    

提交回复
热议问题