是否可以本地化Java日历类以将当前系统日期转换为例如Jalali(波斯)日期?

最佳答案

创建实例时,例如,传递Locale

Calendar.getInstance(Locale.US);

09-26 17:02