Remove initial date

This commit is contained in:
Jay Trees 2022-03-15 16:42:19 +01:00
parent b9611df781
commit 31647247a0

View file

@ -2,7 +2,6 @@ $(function() {
$('.ui.calendar').calendar({
type : 'date',
firstDayOfWeek: 1,
initialDate : '01.01.1990',
startMode : 'year'
});