Android 根据系统时间国际化月份,根据地区显示月份的不同,例如中文为某月、英文问May。 final SimpleDateFormat sdf = new SimpleDateFormat("MMM",Locale.getDefault()); String month = sdf.format(new Date());