Forum Discussion
NBorovykh
Staff
8 years agoHi Pallavi,
In ReadyAPI you can achieve the same by using dynamic property expansion like this:
${=Date d = new Date() - 32;d.format( 'yyyy-MM-dd' )} //32 days are subtracted from the current date
Hi Pallavi,
In ReadyAPI you can achieve the same by using dynamic property expansion like this:
${=Date d = new Date() - 32;d.format( 'yyyy-MM-dd' )} //32 days are subtracted from the current date