You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to render the date functions, it didn't worked.
Do we support date functions?
var Velocity = require('velocityjs'); let strSubj = '#set($link_cid=\'asa-en_US-em-T1\') Test $link_cid link when you manage your keywords. $date.get(\'yyyy\') Test ${cid} ${Mid}' let context = { "Mid": "testV", "cid": "testc" } console.log(Velocity.render(strSubj, context))
Test asa-en_US-em-T1 link when you manage your keywords. $date.get('yyyy') Test testc testV
The text was updated successfully, but these errors were encountered:
I tried to render the date functions, it didn't worked.
Do we support date functions?
var Velocity = require('velocityjs'); let strSubj = '#set($link_cid=\'asa-en_US-em-T1\') Test $link_cid link when you manage your keywords. $date.get(\'yyyy\') Test ${cid} ${Mid}' let context = { "Mid": "testV", "cid": "testc" } console.log(Velocity.render(strSubj, context))
Test asa-en_US-em-T1 link when you manage your keywords. $date.get('yyyy') Test testc testV
The text was updated successfully, but these errors were encountered: