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]

