|
@@ -41,7 +41,7 @@
|
|
|
disabled=false,
|
|
|
form=[],
|
|
|
list=[],
|
|
|
- maxDate={2019,2,2},
|
|
|
+ maxDate={2021,2,2},
|
|
|
minDate,
|
|
|
format="DD.MM.YYYY",
|
|
|
pattern=[],
|
|
@@ -69,7 +69,7 @@
|
|
|
field: document.getElementById(''),
|
|
|
firstDay: 0,
|
|
|
i18n: clLangs.ua,
|
|
|
- defaultDate: new Date(2019, 10, 7),
|
|
|
+ defaultDate: new Date(2021, 10, 7),
|
|
|
setDefaultDate: false,
|
|
|
minDate: null,
|
|
|
maxDate: new Date(2020,10,10),
|
|
@@ -89,6 +89,6 @@
|
|
|
<p>This module may refer to: <b>nitro</b>.</p>
|
|
|
</section>
|
|
|
</main>
|
|
|
-<footer>2005—2019 © Synrc Research Center</footer>
|
|
|
+<footer>2005—2021 © Synrc Research Center</footer>
|
|
|
<script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
|
|
|
</body></html>
|