android-times-square
android-times-square copied to clipboard
Change month and weekday name format
How can I change month and weekday name format?
Thanks!
I know this solution.
insert to strings.xml
<string name="day_name_format">EEE</string>
<string name="month_name_format ">EEE</string>
But this is not a good solution. Do you know another solution?