Hi Team,
Can you please let me know how should i replace <%= new Date().getFullYear() %>. Correct script is <%= "<" + "%= new Date().getFullYear() %" + ">" %> in javascript code workflow.
Regards,
Nidhi
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Nidhi,
I am not sure what is your requirement.
If you are calling any js functions within js activity. You can call as like below.
var test = new Date().getFullYear() ;
logInfo(test)
This will show you current year.
Thanks
Naveen S
Views
Replies
Total Likes
how to give - <%= "<" + "%= new Date().getFullYear() %" + ">" %> in a variable in javascript file in workflow .
Please guide me on the same showing error as while parsing XML string when providing as below syntax - vars.searchString='<%= new Date().getFullYear() %>'; in order to replace - <%= new Date().getFullYear() %>. Correct script is <%= "<" + "%= new Date().getFullYear() %" + ">" %>
Thanks Much in Advance!
Regards,
Nidhi
Views
Replies
Total Likes
Hi Nidhi,
I am not sure what is your requirement.
If you are calling any js functions within js activity. You can call as like below.
var test = new Date().getFullYear() ;
logInfo(test)
This will show you current year.
Thanks
Naveen S
Views
Replies
Total Likes
Hi Nidhi,
it's not clear from the question can you please share the screenshot to support what you want?
Regards,
Amit
Views
Replies
Total Likes
Views
Likes
Replies