Forum Discussion

Former_Member's avatar
Former_Member
Ideator I
7 years ago
Solved

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. ...
  • asebastian's avatar
    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