Hi Team, I have a date picker field to choose due date in project custom form.
In fusion scenario, I am using timestamp to convert the "due date" to unix,
Its throwing me the following error, Please help me converting date unix format.
Solved! Go to Solution.
Views
Replies
Total Likes
Also, use X as the format specifier:
formatDate( {{now}} ; X )
for example.
Views
Replies
Total Likes
formatDate({{timestamp}};X)
parseDate({{timestamp}};X)
Views
Replies
Total Likes
Thanks for the reply. Its not working for me, please guide me to get the output in following format - 1691769915000
Please note that "DE:Due On" is getting the value from date picker field in custom form.
This is how I set as per your suggestion.
Still I am getting the below error.
Views
Replies
Total Likes
Divide your time stamp by 1000 first. You have a millisecond time stamp; Workfront only supports second precision.
Views
Replies
Total Likes
Also, use X as the format specifier:
formatDate( {{now}} ; X )
for example.
Views
Replies
Total Likes