Solved
Forum Discussion
Sandyapitester
8 years agoFrequent Contributor
Hi All,
So far in my suite property have used ${= new Date().format('yyyy-MM-dd')}
this will help us to get the current date and time
but now I need to get the date current date + 2 or -2
I tried like
So far in my suite property have used ${= new Date().format('yyyy-MM-dd, +2')}
but it's not working.
Please share the imput
groovyguy
8 years agoCommunity Hero
Did you try the code I provided?