How can I change default date format for Groovy in JMeter?
Is it anyway I can change the default date format (en_US) for JMeter and Groovy in particular? I like to avoid to use SimpleDateFormat() as it makes Groovy one liners long and hard to read.
Is it anyway I can change the default date format (en_US) for JMeter and Groovy in particular? I like to avoid to use SimpleDateFormat() as it makes Groovy one liners long and hard to read.