• Where is a long time issue in Elementor With Date Formats in form field. For some reasons They not reference to WordPress date format Setup.
    My solution :
    <script>
    // Datumsformat ?ndern
    jQuery(document).ready(function($){ setTimeout(function(){ $(‘.elementor-date-field.flatpickr-input’).each(function(){ flatpickr( $(this)[0] ).set(‘dateFormat’, ‘j. F Y’ );}); }, 1000 ); }); </script>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Form Datepicker change-format to german’ is closed to new replies.