Use Date Picker on UserTask (Workflow)
Version: Windchill 13.0
Use Case: We have a customized Workflow that has a Date as variable (actually, I would prefer a date like LocalDate for the user, but Windchill is still proposing the java.date.Date). I would like that a user can set the date during a User Task.
Description:
The variable is shown a a text, without any format hint for the user, and the conversion to Timestamp depends on the timezone of the user (if the String is not completely filled) ...
How could we provide a date picker as input instead of a input text ?


