android-times-square icon indicating copy to clipboard operation
android-times-square copied to clipboard

Change month and weekday name format

Open pedro518 opened this issue 7 years ago • 1 comments

How can I change month and weekday name format?

Thanks!

pedro518 avatar Aug 17 '18 10:08 pedro518

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?

s-ilnar avatar Sep 11 '20 17:09 s-ilnar