Get a List of Months by Locale in Android…
I was working with a client trying to decide on long and short DateFormats for an international mobile application. (Yes, that’s a mouthful.) I wasn’t able to quickly find any documentation on the Java SimpleDateFormat strings by locale…so I did what any Passionate Programmer would do, and I wrote a method to do it for […]