“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()

1 Like