• Resolved ozgursar

    (@ozgursar)


    Hi,
    I’m using your product options plugin’s Date field type.
    It’s DatePicker date format is by default displaying as, for example 14 August 2020

    However, I needed as 14/08/2020 and I had to manually add the following code to this file thwepof-public.js inside /assets/js/ folder.

    dateFormat: ‘dd/mm/yy’ to line 21. Which looks like this now:

    $(this).datepicker({
    showButtonPanel: true,
    changeMonth: true,
    changeYear: true,
    dateFormat: ‘dd/mm/yy’
    });

    Is it possible to make this selectable at the Advanced Settings section of your plugin?

    Thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DatePicker Date Format’ is closed to new replies.