bootstrap-datetimepicker
bootstrap-datetimepicker copied to clipboard
Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)
If you dateformat is 'yyyy' or others which is only numbers , the number data will cause datetimepicker throw a exception. Before parse date data, you should judge its number...
 step1: $('#datetimepicker').datetimepicker('setEndDate', '2012-01-01'); step2: $('#datetimepicker').datetimepicker('setEndDate', null); now ,it can not to unset the limit. This limit is still '2012-01-01' , because line:533 this.endDate = endDate || this.endDate ('2012-01-01')
I posted this question on stackoverflow https://stackoverflow.com/questions/48650305/using-bootstrap-datetimepicker-in-angularjs-directive It seems when I select the date from the picker, the time portion adjusts to the current time. I don't want this behavior,...
Hi, I am trying to use this library but I have a problem with the timezone. ISO 8601 does allow that, but this library seems to only support Z, meaning...
Hi, I am facing an issue when there is already default date as "0000-00-00 00:00:00" fetched from DB and when i try to change date it should me current date...
Is there a way to do this ? an option like pickDate: false would be great in case it's a time selection field
Hi, I wanted to show a date like this: Mo 12/11/2017. However that seems not possible when I inspect the `formatDate()` function. This row is never to be called: ```...
 today is 16 - 01 - 2014 i change to date 17 but it is not working 
 My code: > this.dateTimeInput.datetimepicker({ language: 'zh-CN', weekStart: 1, todayBtn: 1, autoclose: true, todayHighlight: 1, startView: 2, forceParse: 0, showMeridian: 1, bootcssVer: 3, minView: 0, endDate: new Date(), minuteStep: 1...
i can use this plug in my mobile, when i click the input area, nothing was happend, but i can use it in my computer