Closed santhu46 closed 10 years ago
Hello @santhu46, can you create a jsfiddle to demonstrate the problem?
You can use this one as a base to work from: http://jsfiddle.net/5hcaq/3/
May be because of conflict js files in my rails app . I resolved it thank u
Awesome, thanks!
@santhu46 Do you mind sharing how you solved the problem. I am having the same problem.
ArgumentError at /events
argument out of range
Hi @TrevorS It seems that you may update bootstrap-datetimepicker, cause your version has a bug that they solved: https://github.com/Eonasdan/bootstrap-datetimepicker/issues/228
I was having the same problem in my rails app and I've fixed it using this fork of your repo: https://github.com/ChrisLusted/bootstrap3-datetimepicker-rails
/cc @vezu
@TrevorS Thank you very much. I will do the same.
Hello @skuark, I usually wait for @Eonasdan to release a new version, but I might have to build a pre-release this time. Thanks!
You're welcome :+1:
HI As per documentation, I changed your data-date-format to
after that i observed the starting date is showing after 2 years. At my place its like "2/6/2016". Let me know the problem