Forum Discussion

lilyzhou's avatar
12 years ago

How can I get current system time when fill a XML request ?

I used SOAP UI to test a web service, when send a XML request, I want to fill local system time automatically. How can I get the time?
Thanks

1 Reply

  • SiKing's avatar
    SiKing
    Community Expert
    ${=String.format("%tFT%tT", new Date(), new Date())}