Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I need to have dynamic date time on my screen.Is there any dynamic clock widget apart from datetime picker?
Hi Pavanaraj,
Hi,
You can create a service which return the present time. bind it to the DateTimePicker widget. Add an AutoRefresh widget with a delay of 1 sec and bind it to the service created. Now the DateTimePicker will always show the present time, like a dynamic clock.