SyntaxFix
Write A Post
Hire A Developer
Questions
import java.text.DateFormatSymbols; public String getMonth(int month) { return new DateFormatSymbols().getMonths()[month-1]; }