Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Description | Screen (Click to view) |
ID | Element ID (By declaring as "date", a corresponding database table column "c_date" will be created) | |
Label | Element Label to be displayed to the end-user. | |
Allow Manual Input | Rather than using the calendar picker, a user may key in the date directly if checked. | |
Field Type | New date picker property to define the field type as:
|
...
You can 'force' Joget to generate the date time from the data hash variable based on UTC, by adding the parameter "-Duser.timezone=UTC" in the JAVA_OPTS variable in the Joget startup script/batch file:
Code Block |
---|
set JAVA_OPTS=-Xmx2048M -Dwflow.home=./wflow/ -javaagent:./wflow/aspectjweaver-1.8.5.jar -Duser.timezone=UTC |