cleaning duplicated definitions
This commit is contained in:
parent
a5ffc3583d
commit
003651e461
20 changed files with 5816 additions and 561 deletions
|
|
@ -15,7 +15,8 @@
|
|||
locale: 'fr',
|
||||
disabledDates: @Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(Model.BusyDates)),
|
||||
maxDate: '@Model.MaxDate.ToString("MM/dd/yyyy")',
|
||||
minDate: '@Model.MinDate.ToString("MM/dd/yyyy")'
|
||||
minDate: '@Model.MinDate.ToString("MM/dd/yyyy")',
|
||||
format: 'MM/DD/YYYY hh:mm'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue