Remove initial date
This commit is contained in:
parent
b9611df781
commit
31647247a0
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ $(function() {
|
||||||
$('.ui.calendar').calendar({
|
$('.ui.calendar').calendar({
|
||||||
type : 'date',
|
type : 'date',
|
||||||
firstDayOfWeek: 1,
|
firstDayOfWeek: 1,
|
||||||
initialDate : '01.01.1990',
|
|
||||||
startMode : 'year'
|
startMode : 'year'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue