Date rendering and Expression

Hi everyone,
I’m using the web modeler in FlowableV6.0.0.RC1
I’m trying to show the value of a date in a form linked to a User Task. The value is assigned in a previous User Task.
I’m using the Expression component with this value ${startingdate}. In the execution phase I get a text.
How to render a Date component?

Using the Eclipse plugin I use the following Form properties:

Hi,

In the web modeler you can also configure the same form properties.
You can choose the date type and fill-in an expression there as well.
What’s the issue you are running into?

Best regards,

Tijs

Hi Tijs,
using the Expression component I get the following result.

Thanks,
LP

Hi,

Ok, so you are using the expression field in the form editor right?
You would need to format the date / calendar value in the expression, for example using a Spring bean.

Best regards,

Tijs

i combine expressions and use a expecifique field of josn like this

1 Like