That worked to bring in the correct date and format. On the next field, I need to add 31 days to the $DATE_ELECTED. If that date is <= today, it should be “true” --if not then false.
This syntax worked except the code does not that local date string and if the date occurred today, it would be true. I have tried a couple of things but cannot get the syntax just right to reflect that issue. Here is what was almost working perfectly before:
Date.parse($DATE_ELECTED).plusDays(31)<=Date.now()
Can you help it to recognize the local date so that the $DATE_ELECTED field is correct?