• Resolved musexplat

    (@musexplat)


    Is it possible to have a different posting date and a different event date? Since I had trouble with creating future events, I change the events.js file as suggested in FAQ, but now, the posting date and the event date are the same. In case of future events, the events are shown as programmed, but I would like to be published so it appears in recent posts. This is my code in the events.js file:

    jQuery(document).ready(function () {

    jQuery(‘#event-date’).datepicker({
    //dateFormat: ‘mm/dd/yy’
    dateFormat: ‘dd-mm-yy’,
    //dateFormat: ppseScriptVars.dateformat,
    firstDay: 0,
    });

    jQuery(‘#event-time’).timepicker({
    showPeriod: true,
    showLeadingZero: false,
    })

    });`

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Different posting date and event date’ is closed to new replies.