bootstrap-datetimepicker
bootstrap-datetimepicker copied to clipboard
Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)

Fairly typical project. We have 3 signoffs (using Datepicker) which have to occur in order. Data is read/written to/from a SQL database. Once you use the "remove" option, you lose...
Multiple times the text box does not display datetimipicker
is it possible for pick and display date only? ``` ``` using the code above I can just limit the user to select date only but the time is displayed...
$('.online_time,.daily_online_time').datetimepicker({ viewMode: 'hours', format: 'HH:ii:ss', language: 'ar', autoclose: 1 }); //Not Working
Hello, How do you add the code in order to get the "year view" (https://www.malot.fr/bootstrap-datetimepicker/) in the datepicker? Thank you! My current code is below ``` $('.form_date').datetimepicker({ format: "MM yyyy",...
Hi Ma'am/Sir It's possible to change the UI format of choosing a time like this one in the image?  I want to give the user free will to...
What is the correct syntax / method to change the current date for an inline datetimepicker i.e. with a button?
I have next code: ``` $('form#edit-user-form input.birthday').datepicker({ format: "yyyy-mm-dd", startView: 1, minViewMode: 1, changeMonth: true, changeYear: true, language: "ru", calendarWeeks: true }); ``` I can select a month in year,...
I'm trying to use the picker as only a time picker. But it insists in showing a date at the top of the view. Is it possible to remove it...