I have two lists, a timeline list and a task list, both are task content types.
I use vLookup so that I can associate the tasks to the timeline.
On the task list, when you create a new item, I have cascading drop downs to select the related timeline. So you select category and then the task.
Once you have this, it then pulls in the Due Date of the related timeline.
I then want to store this due date as a Date column, using a rule.
The problem I have, when I pull the due date into the text field, it’s formatted as “2017-09-18 00:00:00” for example.
I need to then somehow, convert this to a date so that I can do a comparison and ensure that a task due date isn’t being made that is beyond the due date of the milestone.
Does anyone have any idea how I might achieve this or how I can convert the text date format to a normal date format so I can then run the comparison.
Thanks in advance!!
Phil
-
This topic was modified 7 years, 6 months ago by Phil Meacham.