https://wordathemes.com/change-date-format-elementor-pro/#:~:text=To%20change%20the%20date%20format,and%20paste%20this%20code%20below.&text=You%20can%20also%20alter%20the,2022.
<script>
jQuery(document).ready(function($){
setTimeout(function(){
$('.flatpickr-input').each(function(){ flatpickr( $(this)[0] ).set('dateFormat', 'd/m/Y');}); }, 1000 );
});
</script>