Show current date & time

Hi all,

I want to show the current date & time in a view.
Are there any possibilities for this?

The app is going to be used in kiosk mode…the user should see in bigger format the current date and time.

Best regards,

GJW

NOW() is a function that calls the current date and time.

You can set the column type to show and then make the content just the function NOW().

This will not be updated unless you reload the page or navigate to the view that it is present on.

Craig

QREW Technologies

1 Like