Date picker in Elementor can be problematic for usage in some countries, here is fix that gives you flexibility to format datepicker to your needs.
Add it to the function.php
// Example, change date format to dd.mm.yyyy
add_filter( ‘elementor/datepicker/format’, function(){ return ‘d.m.Y.’; } );