• Resolved flynnba

    (@flynnba)


    In the application field the date format display is day-month-year. Is this a setting within the job board applet or is it set in wordpress itself? I would like it to display month-day-year. Any assistance on this would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello @flynnba,

    Currently, there are no settings for data format. We apologize for the inconvenience. In next release, we will sync date format with WP settings.

    For now, please go to the following file and find the code snippet:
    simple-job-board/public/js/simple-job-board-public.js

    and change the date formate:

    
    /* Date Picker */
    $('.sjb-datepicker').datepicker({
        dateFormat: 'dd-mm-yy',
        changeMonth: true,
        changeYear: true
    });
    

    Thank you for writing to us. Let us know if you need our further assistance.

    Note: In next release, your changes will be lost then you just need to set date format from Dashboard> Settings. Let us know if you have any further query from us.

    Regards,
    PressTigers

    • This reply was modified 9 years, 1 month ago by PressTigers.
Viewing 1 replies (of 1 total)

The topic ‘Date field format’ is closed to new replies.