Hi All,

Any one know how to change the time format in Due Date.I need to change SGT time format to the normal time format.How can i do this?

Thanks for the replying

  • No labels

4 Comments

  1. Hi,

    This actually is a bug that has been fixed but not yet available in github. will let you know once it is there.

    Regards,

    Owen 

  2. Hi Owen,

    Thank you for your attention.Do you know how can it solve using Source code?.I have an another concern regarding with source code building.when i was build the source code the Wflow-Directory was going to  FAILED.I tried  to many times to build that one,but couldn't this.do you have any idea about this?.i am using Joget Version 2.Sorry for my English.

    Thank you,

    Dimuthu

    1. Hi Dimuthu,

      wflow-directory require a working database for test case. So what you need to do is check the datasource-default.properties locate in your wflow folder at user home directory is configure properly to a database or not. The fixes i mentioned in the previous post is actually for v3.

      For v2, 

      You need to look at "assignmentPendingAndAcceptedList" method in "wflow-wfweb/src/main/java /org/joget/workflow/controller/WorkflowJsonController.java"

      by modify code belowdata.put("due", (dueDate != null ? dueDate : ""));todata.put("due", (dueDate != null ? TimeZoneUtil.convertToTimeZone(dueDate, gmt, null) : ""));Hope it help.

      Regards,

      Owen

      1. Thank a lot my dear.

        BR

        Dimuthu