bootstrap-datetimepicker icon indicating copy to clipboard operation
bootstrap-datetimepicker copied to clipboard

Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)

Results 103 bootstrap-datetimepicker issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/22196765/30356493-ea120f8e-986b-11e7-954d-fb2a4b3ed926.png)

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? ![choosing time](https://user-images.githubusercontent.com/4024193/31041807-e9022970-a5cd-11e7-9f22-92f5f9a5c72d.png) 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...