列出短月份名称的 Java 程序
要列出短月份,请使用getShortMonths()Java中DateFormatSymbols类中的。
DateFormatSymbols是用于封装可本地化的日期时间格式数据的类。
获取数组中的短月份名称
String[] months = new DateFormatSymbols().getShortMonths();
显示月份
for (int i = 0; i以下是一个例子-
示例
import java.text.DateFormatSymbols; public class Demo { public static void main(String[] args) { //短短几个月 String[] months = new DateFormatSymbols().getShortMonths(); for (int i = 0; i输出结果 Month [0] = Jan Month [1] = Feb Month [2] = Mar Month [3] = Apr Month [4] = May Month [5] = Jun Month [6] = Jul Month [7] = Aug Month [8] = Sep Month [9] = Oct Month [10] = Nov Month [11] = Dec
热门推荐
10 祝女儿简短祝福语大全
11 大学新年祝福语简短创意
12 元旦适合的祝福语简短
13 朋友出远门祝福语简短
14 初六简短的祝福语
15 祝男孩生日祝福语简短
16 同事调离的祝福语简短
17 拜年红包的祝福语简短
18 妈妈生日祝福语简短励志