Question
Custom Token - Display Name of Day
Hello,
I'd like to make a script that finds the current day, then adds two business days to that day, and displays the appropriate name of the day.
For example:
I'd like to arrange a call for today or {{my.TwoDaysAhead}}.
I'd like to arrange a call for today or Wednesday.
All I have is getting the current date
#set ($today = $date.getDate())
Any help is appreciated.
Thanks,
James