How to add default due date as "01/01/2030". is it possible ?
One answer
Sure that should be possible with JavaScript provided:
- You carefully read https://jazz.net/wiki/bin/view/Main/AttributeCustomization#API_for_Javascript and how to convert Timestamp to ISO-8601
-
You carefully read about the JavaScript
Date
object and how to create one for 01/01/2030 in the timezone you want.