Skip to content

Date picker stops working with filters #4

Open
@neworkflow

Description

@neworkflow

Hi,

thanks for the plugin, it's really helpful! :)

However I noticed an issue. I activated the plugin and it translates the calendar to German, that's fine. Additionally I wanted to change the date format into dd/mm/yyyy by adding the code to functions.php

// Example, change date format to dd/mm/yyyy
add_filter( 'elementor/datepicker/format', function(){ return 'd/m/Y'; } );

Unfortunately, when I do this, the date picker stops working correctly, I'm unable to select any dates after 20th September. Not sure why? I did a screencast about the issue: https://recordit.co/9jTn2XdC6j

Thanks
Pierre

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions