構文
public String getNumericMonth()
戻り値
01、02 など、月を数値形式で表したストリング。
例
DtpDate toDay = new DtpDate(); System.out.println("Today is " + toDay.getDayOfMonth() + "/" + toDay.getNumericMonth() + "/" + toDay.getYear() + " " + toDay.getHours() + ":" + toDay.getMinutes() + ":" + toDay.getSeconds());
参照項目