Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I need a Timestamp for some of my widgets but the expression does not work anymore in the updated version 8.4.
How can i evaluate the datetime in a expression ? Or do i need a service now ?
Solved! Go to Solution.
Try this instead :
"Output = new Date();"
and change the Output type to string.
The expression you show in the attached PNG file is: "new Date();"
try changing the expression to "result = new Date();"
Unfortunately that does'nt work either.
The Output in the Widget is "not a date..."
Try this instead :
"Output = new Date();"
and change the Output type to string.
Output type string does work, thanks!
datetime would be a little bit nicer, but string works for now!