FormField ff_StartDate = getFieldById(START_DATE)
def val_StartDate = ff_StartDate.getValue()
No mater what date is set in ff_StartDate field, I always get Sun Dec 29 00:00:00 EET 2019
Can you supply some additional context, examples, screenshots?
For starters, where is "START_DATE" defined?
How are you reviewing the content of var_StartDate?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.