Hi Sebb, Many thanks indeed! That worked a treat!
Simon -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: 14 August 2007 10:35 To: JMeter Users List Subject: Re: date in readable format The timestamp is a long in milliseconds since the epoch. Just use the Java Date routines to convert it. On 14/08/07, Simon Brown <[EMAIL PROTECTED]> wrote: > Hi, > > > > In my JMX file I have the following print statement in the beanshell > listener: > > > > print(sampleResult.getTimeStamp()); > > > > Is it possible to print this out in dd/mm/yy hh:mm:ss format? > > > > Thanks, > > > > Simon > > --------------------------------------------------------------------- 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]

