Semantic-UI-Calendar icon indicating copy to clipboard operation
Semantic-UI-Calendar copied to clipboard

Calendar module for Semantic UI

Results 63 Semantic-UI-Calendar issues
Sort by recently updated
recently updated
newest added

How can I change default timezone for datepicker?

Consider removing position: relative; in the following css .ui.calendar .ui.table tr:first-child th { position: relative; padding-left: 0; padding-right: 0; }

The following works fine apart from the initial displayed value within the time field being 10:00 when it should be 10:25. Turning on AM/PM makes no difference. Is this a...

Dear All, Thank you for this add on First of all this is how i create the calendar ``` var today = new Date(); $('.upload_time').calendar({minDate: new Date(today.getFullYear(), today.getMonth(), today.getDate()), disableMinute:...

Title pretty much sums it up. The onChange function is called before the changes are applied. Example: whenever the date is changed I'd like to do stuff with the value...

``` isDisabled: function (date, mode) { console.log('checking if the date is disabled'); const day = date.getDate(); if (day == 29 || day == 30 || day == 31) { return...

This module is super useful, but is missing a validation function. We added 'date' as a type for the default Semantic-UI validation function

Hello, Thanks for this great semantic-ui lib. Do you think you could creat a new component to select a date range (this is an existing component) but could also allow...

when i input second, it auto change to zero=00, it correct? i want to second!!!

We have a very basic configuration on the Semantic UI calendar, however we are in the process of translating our web application into Korean. For some reason, any initial date...