Incorrect Start Date

Issue #280 closed
Former user created an issue

Hello

Today I couldn't add the trigger because the error message was shown "incorrect start date (please see Attachments). I think the Problem is caused by our date Format (please see Attachments).

Is there a way that this can be fixed in The Scheduler?

Many thanks Simona Dill

Comments (3)

  1. Łukasz Modzelewski

    Hi Simona,

    Please take a close look at your: jira.date.time.picker.javascript.format - you have there %p at the end but it is not at "jira.date.time.picker.java.format" - those need to be matching.

    You have few options:

    1. remove "PM" from the start/end date - while setting up the trigger (temporary - you would have to always delete it - just test it, now)

    2. remove "%p" from javascript.format (Recommended)

    3. add "a" to java.format (not recommended as you already have 24h format)

    Let me know if this works.

    Cheers,

    Łukasz

  2. simona.dill@pvcomp.ch Account Deactivated

    Hello Lukasz Thank you, it worked with the 2nd Option. Cheers, Simona

  3. Log in to comment