Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.

jQuery( function($){ $( document ).ready( function() { $( 'input[type="date"]' ).datepicker({ dateFormat: 'mm/dd/yy' }); setTimeout( function(){ $('.elementor-date-field.flatpickr-input').each(function(){ flatpickr( $(this)[0] ).set('dateFormat', 'd/m/Y');}); }, 1000 ); }); });