DateTimePickerComponent icon indicating copy to clipboard operation
DateTimePickerComponent copied to clipboard

DateTimePickerComponent is a very lightweight and dependency-free web component written in pure JavaScript

Results 3 DateTimePickerComponent issues
Sort by recently updated
recently updated
newest added

How to onclick event ?

This is a great script. Visually, it has exactly the features I was looking for. But I have a problem and I don't know about java script. I need help....

Also now displays the time in 12-hr format instead of 24-hr format (just my personal preference). Examples: Normal init with default time values: ```js new DateTimePicker( 'select_datetime', { start_date: "2023-04-02T12:30:00",...