Hello,
How to get Process automation Server time stamp to a Process?
This would help me to compute/validate accurate time dates in the Process.
Thanks,
Venkat
Hello,
How to get Process automation Server time stamp to a Process?
This would help me to compute/validate accurate time dates in the Process.
Thanks,
Venkat
You can use the Run Javascript operator and use javascript to assign dates/times to variables. But what do you mean about validating accurate times/dates? What’s the use case?
Hi Tom,
have to validate a date/time entered by user, I have implemented a javascript which validates date with current date and doing validation sucessfully.
I guess the current time that i am using the client side (user browser time), looking for an easy way to get the Pam installed server time stamp so that it will be accurate.
Thanks,
Venkat
Using Run Javascript, you can do something like this:
Process.myDateString = formatDate(new Date(), "MM/dd/yyyy hh:mm:ss");