Java中以M格式格式化月份
“M”格式用于格式化月份,即1、2、3、4等。在这里,我们将使用以下格式。
SimpleDateFormat("M");让我们看一个例子-
//显示月份 with M format
simpleformat = new SimpleDateFormat("M");
String strMonth = simpleformat.format(new Date());
System.out.println("Month in M format = "+strMonth);上面,我们使用了SimpleDateFormat类,因此导入了以下包-
import java.text.SimpleDateFormat;
以下是一个例子-
示例
import java.text.Format;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Calendar;
public class Demo {
public static void main(String[] args) throws Exception {
//显示当前日期和时间
Calendar cal = Calendar.getInstance();
SimpleDateFormat simpleformat = new SimpleDateFormat("E, dd MMM yyyy HH:mm:ss");
System.out.println("Date and time = "+simpleformat.format(cal.getTime()));
//显示日期
simpleformat = new SimpleDateFormat("dd/MMMM/yyyy");
String str = simpleformat.format(new Date());
System.out.println("Current Date = "+str);
//显示月份
simpleformat = new SimpleDateFormat("M");
String strMonth = simpleformat.format(new Date());
System.out.println("Month in M format = "+strMonth);
//当前时间
simpleformat = new SimpleDateFormat("HH.mm.ss");
String strTime = simpleformat.format(new Date());
System.out.println("Current Time = "+strTime);
}
}输出结果
Date and time = Mon, 26 Nov 2018 10:36:38 Current Date = 26/November/2018 Month in M format = 11 Current Time = 10.36.38
热门推荐
10 诗词送行祝福语大全简短
11 新房开工吉日祝福语简短
12 50多岁生日简短祝福语
13 安徽疫情祝福语简短英语
14 农民朋友发财祝福语简短
15 对生活祝福语简短精辟
16 搬家词简短祝福语朋友
17 女神结婚快乐祝福语简短
18 文学短句祝福语大全简短