Former_Member
7 years agoIdeator I
How to set system date properties(Target Start & Target finish) dynamically?
Hello Team,
I am trying to set the project template Target start and target finish property dynamically(date_start_target & date_start_due).
I am able to set date in field using following code.
...
- 7 years ago
Hi Tushar,
I've looked at some existing project data to determine the proper format of a date property within Innovator. It would appear that we store a date/time value which looks like yyyy-mm-dd (Time). Here is a screenshot showing what the data looks like in SQL.
Please try modifying your method to format the dates to this format.
AJ