5293 - Instant4Dpro

shadow

Posted 10/04/2025 by bongkc8588

Your Comment

jQuery(document).ready(function($) { $('#draw_date_picker').datepicker({ changeYear: true, // Enable year dropdown dateFormat: 'yy-mm-dd', // Set desired date format yearRange: "1900:2100", // Define year range (optional) changeMonth: true // Optional: Enable month dropdown }); });