tinyDatePicker icon indicating copy to clipboard operation
tinyDatePicker copied to clipboard

NEW: Tiny javascript and jQuery date / time picker [datepicker]

Results 6 tinyDatePicker issues
Sort by recently updated
recently updated
newest added

I'm using Laravel 5.8 and Bootstrap 4. When using this date picker in a modal, if the month or next / previous buttons are clicked, the calendar just closes. Have...

I changed `getDateString ` to a method, to be able to use it within the `readValue ` option function, to format dates. It enables to set a default time different...

If the time displayed is say, 1:27, you can't select "00" in the minute selector without first choosing some other random time first. If the time does not match up...

Greetings, If you erase the contents of the input field and then click on it again, the datepicker crashes. Line 70: m.push(j[o ? "weekNo" : "row"].replace(/class="(.*?)"/, function(a, b) { return...

If you have a date picker inside a modal dialog, nothing happens: it seems that the wiring is broken so nothing happens when you click the input box.

Should the hour only display 0 through 23? Also, if the user types an invalid date or time, is there a validation function I can call to check the input?...