1

I want to show date and time. I have used digital clock for time. its perfectly fine. But how to show date with the clock? so if date is changed in real then in my page date is also updated? I have used digital clock for time.

<DigitalClock
            android:id="@+id/digitalClock1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="DigitalClock" />
Dhrupal
  • 1,863
  • 1
  • 23
  • 38

1 Answers1

0

Use Android TextClock instead of DigitalClock

Nishara MJ
  • 509
  • 4
  • 13