On 22/02/2010, noc2007 <[email protected]> wrote: > > In JMeter it is possible to use the current time in you script, and format is > in the way we like, for example: > ${__time(HH:mm:ss)}. > > I would like to know if it possible to add a number of (milli)seconds or > minutes to the current time and use the same format.
Currently not possible using the __time() function. However, you can use the __BeanShell(), __javaScript() or __jexl() functions to invoke the appropriate Java methods. > thanks in advance > > -- > View this message in context: > http://old.nabble.com/add-time-to-current-time-tp27686680p27686680.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

