DateTime input refresh

Hello,
I have a datetime input that is set in binding to now().
When you open the page, it takes the current moment
I also put a refresh button in the page and everything is refreshed but the datetime is not.
Do you know any simple trick to refresh the datetime as well

Show your code (in the refresh button, and your datetime expression).

exprssion binding is:
now(0)

Button is a event -> OnClick -> refresh
I try to use way simple.


Yeah, that action is just a tab reload, it isn't guaranteed to refresh every binding in the view.

You need a script that explicitly re-evaluates your various components bindings using .refreshBinding()

https://docs.inductiveautomation.com/display/DOC81/Perspective+Component+Methods#PerspectiveComponentMethods-RefreshingBindings

Ok, Thanks.

I was just wondering why refresh doesn't do it even though it shows reloading the project.