cml04-falcon-ui/assets/js/bundle.js

11 lines
288 B
JavaScript
Raw Permalink Normal View History

2024-10-08 10:32:07 +02:00
$(document).ready(function () {
// Initialize all input of date type.
const calendar = bulmaCalendar.attach('[type="date"]',{
weekStart: 1,
dateFormat: 'dd/MM/yyyy',
type:"datetime",
isRange:true,
color:"link",
minuteSteps:1});
});