Kanchetianeel
Kanchetianeel

Reputation: 199

How can I get current time stamp and it's operations in WSO2 BPS Server 3.1.0

I am working on the WSO2 BPS Server 3.1.0, How can I get the current timestamp and

How can I perform the subtract operations on these Time Stamp.

I Tried like this:-

get-property('SYSTEM_TIME')

It's not working.

Upvotes: 0

Views: 2392

Answers (1)

vanto
vanto

Reputation: 3142

What about current-dateTime() with XPath 2.0?

Upvotes: 1

Related Questions