5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
$(function()
|
|
{
|
|
$('.form-date').datetimepicker('setEndDate', today);
|
|
})
|