How to use GETCURRENTDATEANDTIME function in vFlow?

“How to use the GETCURRENTDATEANDTIME function?”

getCurrentDateAndTime function combines the functionality of getting the current date and the current time
It formats the current time as ‘HH:mm:ss’ and the current date as ‘YYYY/MM/DD’, and then concatenates them into a single string.

getCurrentDateAndTime()

image

1 Like