Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
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
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
Hi Nidhi,
it's not clear from the question can you please share the screenshot to support what you want?
Regards,
Amit
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten