localhost-front/public/js/offcanvas-add-payment.js
2024-12-13 14:33:50 +09:00

1 line
236 B
JavaScript

!function(){var e=document.querySelector(".invoice-amount");e&&new Cleave(e,{numeral:!0});let t=new Date,n=document.querySelectorAll(".invoice-date");n&&n.forEach(function(e){e.flatpickr({monthSelectorType:"static",defaultDate:t})})}();