Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I wanted to display the current time like DD/MM/YYYY HH:MM:SS
Ex: 23/12/2015 23:13:21
Thanks,
Try this:
TimeStamp(Now(1), 'DD/MM/YYYY hh:mm:ss')
Thanks Sunny worked well.
Thanks,