ReadyAPI DocumentationTesting APIsScriptingGroovy Scripting SamplesGet Current DateGet Current DateYou can use Groovy scripts to get the current date.Where to useYou can use this script anywhere in ReadyAPI.ExampleGroovydef today = new Date() def formattedDate = today.format("dd/MM/yyyy") log.info(formattedDate) See AlsoGroovy Scripting SamplesScripting