Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.