Community Tip - You can change your system assigned username to something more personal in your community settings. 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.