Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

One Response

Leave a Reply

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

jQuery( document ).ready( function( $ ){ setTimeout( function(){ $( '.flatpickr-input' ).each(function(){ flatpickr( $(this)[0] ).set('dateFormat', 'd/m/Y'); }); }, 1000 ); });