You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using elementor datepicker localization on a local website.
I added this code on my functions.php :
add_filter( 'elementor/datepicker/format', function(){return ('l d F Y');} );
add_filter( 'elementor/datepicker/locale', function(){ return 'fr'; } );
Only format as "l d F Y" is working, but not the localisation, I want to have this date in french.
I don't know why this is not working..
(My site language is French)
Can someone help me ? :)
The text was updated successfully, but these errors were encountered:
Hello,
I'm currently using elementor datepicker localization on a local website.
I added this code on my functions.php :
add_filter( 'elementor/datepicker/format', function(){return ('l d F Y');} );
add_filter( 'elementor/datepicker/locale', function(){ return 'fr'; } );
Only format as "l d F Y" is working, but not the localisation, I want to have this date in french.
I don't know why this is not working..
(My site language is French)
Can someone help me ? :)
The text was updated successfully, but these errors were encountered: