android - Set Date Format Of TextClock In A Widget Programatically -


i have set textclock show time date in textclock. want able enable user change format of date. eg. instead of dd mmmm yyyy want: mmmm dd yyyy show january 01 2013.

i have set spinner , array choose in config activity want know how change textclock format i've mentioned. have tried views.set.... have found nothing.

surely there must way change format have in xml file

android:format12hour="dd mmmm yyyy" android:format24hour="dd mmmm yyyy" 

in java file..

yes there setformat12hour(charsequence) method , 24hour textclock instance. char sequence 1 mention.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -