Semantic-UI-Calendar
Semantic-UI-Calendar copied to clipboard
Calendar module for Semantic UI
Hi, I have a page that use SUI-calendar, and I parse time from database with format `YYYY-mm-dd HH:SS`, I parse it to an input when calendar load, date like `2017-07-06...
When using the calendar on a text field with jQuery masked input (https://github.com/digitalBush/jquery.maskedinput), if I select a date from the calendar, the field value is selected, but the date is...
Do you know any way or does exist any setting to disable calendar popup when the component get focus by autofocus, instead of by user interaction? Thank you.
Hi, It will be very usefull if behaviour supports minDate and maxDate.
Hi, I've changed the calendar so it's working with Persian (Jalali) Calendar. There is just only a bug where total days in months are different from Gregorian Calendar. How can...
Hello, I was expected a date value returned to check like below: ``` onChange: function (date, text, mode) { console.log(date); console.log(text); //console.log(mode); }, ``` But the result was different: -...
Do yo have an implementation for a format output date into input field? I'm looking for a property to set the format date. Something like this: ```javascript { formatDate: 'yyyy/MM/dd'...
I needed change date value from button today to yesterday, so I added new todayDate settings and now it's possible custom the today date button if someone will need.
I provided own formatter for datetime property and it formats date when I selected something on popup (after closing popup). The issue is while I'm choosing date, hour and minute...