Skip to content

Instantly share code, notes, and snippets.

@temsool
Created May 11, 2022 10:32
Show Gist options
  • Save temsool/50873eccce5a22aa56fc38919eeaf461 to your computer and use it in GitHub Desktop.
Save temsool/50873eccce5a22aa56fc38919eeaf461 to your computer and use it in GitHub Desktop.
elementor-date.js
<script>
jQuery(document).ready(function($){
setTimeout(function(){
$('.flatpickr-input').each(function(){ flatpickr( $(this)[0] ).set('dateFormat', 'd/m/Y');}); }, 1000 );
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment