Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
名称 | 描述 | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
字首 | date | ||||||||||||||||||||
描述 | 根据指定的格式获取 日期时间。
| ||||||||||||||||||||
属性 |
| ||||||||||||||||||||
使用范围 |
| ||||||||||||||||||||
示例属性 | #date.h:mm a# // 12:08 PM #date.EEE,d MMM yyyy h:mm:ss a# // Wed, 4 Jul 2014 12:08:56 PM #date.DAY+7.EEE,d MMM yyyy h:mm:ss a# // Add 7 days on top of current date time - Wed, 11 Jul 2014 12:08:56 PM #date.DAY-1.EEE,d MMM yyyy h:mm:ss a# // Minus 1 days on top of current date time - Wed, 3 Jul 2014 12:08:56 PM #date.dd-MM-yyyy[{form.j_expense_claim.title}|yyyy-MM-dd]# // Retrieves date from j_expense_claim table, form field title, changes its origin format of yyyy-MM-dd to dd-MM-yyyy. |
...
名称 | 描述 |
---|---|
字首 | userviewKey |
描述 | 用户视图密钥散列变量仅用于访问当前用户 Userview Key。 这个哈希变量的典型用例是:
|
属性 |
|
使用范围 |
名称 | 描述 |
---|---|
字首 | variable |
描述 | 在Process Flow中获取工作流程变量的值。 |
属性 |
|
使用范围 |
|
示例属性 | #variable.approvalStatus# |
...