How to display system date and time on ignition window

How to display system date and time on ignition window??

Thanks
Ashish

Open the SQLTags Browser. Look under System > Gateway. There’s a tag called “CurrentDateTime”.

1 Like

You can also display the host computer’s system clock time with the expression

now()

If this is being evaluated in a running client then the computer running the client’s system clock is used. This can be helpful at times

4 Likes