Simple digital clock widget that works on the home screen or as a lock screen widget.
Sometimes it just stops working, so you can probably find a better widget.
Settings are available to choose font size, color, and border color of the time and/or date text.
Access the settings by tapping on the widget.
You can also change the format of of either the time or date (see http://docs.oracle.com/javase/1.4.2/docs/api/java/text/SimpleDateFormat.html for details on what the format means).
I created it to learn about android and published it because I thought it would be fun to have an app on Google Play.
Changed to Google's Android settings API for all android versions (used to only work for honeycomb and after).