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

12 lines
289 B
JavaScript
Raw Permalink Normal View History

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