Код: Выделить всё
$('#Dateofbirth').datepicker({
uiLibrary: 'bootstrap4',
iconsLibrary: 'fontawesome',
format: 'dd/mmm/yy',
maxDate: new Date,
close: function (dateText, inst) {
$(this).valid();
}
});Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/786 ... th-century