一区二区三区在线-一区二区三区亚洲视频-一区二区三区亚洲-一区二区三区午夜-一区二区三区四区在线视频-一区二区三区四区在线免费观看

服務器之家:專注于服務器技術及軟件下載分享
分類導航

PHP教程|ASP.NET教程|JAVA教程|ASP教程|

服務器之家 - 編程語言 - JAVA教程 - java日期工具類實例分享

java日期工具類實例分享

2019-10-29 16:06java技術網 JAVA教程

本文介紹一個java日期工具類,功能有英文簡寫、英文全稱、精確到毫秒的完整時間、中文簡寫、中文全稱等方法

代碼如下:


/**
 * 日期工具類
 * 默認使用 "yyyy-MM-dd HH:mm:ss" 格式化日期
 */
public final class DateUtils {
/**
* 英文簡寫(默認)如:2010-12-01
*/
public static String FORMAT_SHORT = "yyyy-MM-dd";
/**
* 英文全稱  如:2010-12-01 23:15:06
*/
public static String FORMAT_LONG = "yyyy-MM-dd HH:mm:ss";
/**
* 精確到毫秒的完整時間    如:yyyy-MM-dd HH:mm:ss.S
*/
public static String FORMAT_FULL = "yyyy-MM-dd HH:mm:ss.S";
/**
* 中文簡寫  如:2010年12月01日
*/
public static String FORMAT_SHORT_CN = "yyyy年MM月dd";
/**
* 中文全稱  如:2010年12月01日  23時15分06秒
*/
public static String FORMAT_LONG_CN = "yyyy年MM月dd日  HH時mm分ss秒";
/**
* 精確到毫秒的完整中文時間
*/
public static String FORMAT_FULL_CN = "yyyy年MM月dd日  HH時mm分ss秒SSS毫秒";
/**
* 獲得默認的 date pattern
*/
public static String getDatePattern() {
return FORMAT_LONG;
}
/**
* 根據預設格式返回當前日期
* @return
*/
public static String getNow() {
return format(new Date());
}
/**
* 根據用戶格式返回當前日期
* @param format
* @return
*/
public static String getNow(String format) {
return format(new Date(), format);
}
/**
* 使用預設格式格式化日期
* @param date
* @return
*/
public static String format(Date date) {
return format(date, getDatePattern());
}
/**
* 使用用戶格式格式化日期
* @param date 日期
* @param pattern 日期格式
* @return
*/
public static String format(Date date, String pattern) {
String returnValue = "";
if (date != null) {
SimpleDateFormat df = new SimpleDateFormat(pattern);
returnValue = df.format(date);
}
return (returnValue);
}
/**
* 使用預設格式提取字符串日期
* @param strDate 日期字符串
* @return
*/
public static Date parse(String strDate) {
return parse(strDate, getDatePattern());
}
/**
* 使用用戶格式提取字符串日期
* @param strDate 日期字符串
* @param pattern 日期格式
* @return
*/
public static Date parse(String strDate, String pattern) {
SimpleDateFormat df = new SimpleDateFormat(pattern);
try {
return df.parse(strDate);
} catch (ParseException e) {
e.printStackTrace();
return null;
}
}
/**
* 在日期上增加數個整月
* @param date 日期
* @param n 要增加的月數
* @return
*/
public static Date addMonth(Date date, int n) {
Calendar cal = Calendar.getInstance();
cal.setTime(date);
cal.add(Calendar.MONTH, n);
return cal.getTime();
}
/**
* 在日期上增加天數
* @param date 日期
* @param n 要增加的天數
* @return
*/
public static Date addDay(Date date, int n) {
Calendar cal = Calendar.getInstance();
cal.setTime(date);
cal.add(Calendar.DATE, n);
return cal.getTime();
}
/**
* 獲取時間戳
*/
public static String getTimeString() {
SimpleDateFormat df = new SimpleDateFormat(FORMAT_FULL);
Calendar calendar = Calendar.getInstance();
return df.format(calendar.getTime());
}
/**
* 獲取日期年份
* @param date 日期
* @return
*/
public static String getYear(Date date) {
return format(date).substring(0, 4);
}
/**
* 按默認格式的字符串距離今天的天數
* @param date 日期字符串
* @return
*/
public static int countDays (String date) {
long t = Calendar.getInstance().getTime().getTime();
Calendar c = Calendar.getInstance();
c.setTime(parse(date));
long t1 = c.getTime().getTime();
return (int)(t/1000 - t1/1000)/3600/24;
}
/**
* 按用戶格式字符串距離今天的天數
* @param date 日期字符串
* @param format 日期格式
* @return
*/
public static int countDays (String date, String format) {
long t = Calendar.getInstance().getTime().getTime();
Calendar c = Calendar.getInstance();
c.setTime(parse(date, format));
long t1 = c.getTime().getTime();
return (int)(t/1000 - t1/1000)/3600/24;
}
}

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 日韩理论片 | 国产目拍亚洲精品一区二区三区 | 99爱在线精品视频免费观看9 | 国产一区二区视频在线观看 | 办公室恋情在线观看 | 亚洲精品一区二区久久这里 | 99在线精品日韩一区免费国产 | aaa一级最新毛片 | 亚洲成人福利 | 女人张开腿 让男人桶个爽 免费观看 | 69日本xxxx| 干美女在线视频 | 亚洲视频一区在线播放 | 国内精品久久久久久中文字幕 | 免费看国产精品麻豆 | 晓雪老师我要进你里面好爽 | 精品一区heyzo在线播放 | 韩国最新理论三级在线观看 | 色多多在线视频 | 四虎 2022 永久网站 | 欧美久久综合网 | 涩涩国产精品福利在线观看 | 久久99亚洲AV无码四区碰碰 | 亚洲 国产精品 日韩 | 女攻双性 | 18hdxxxx中国| 91最新国产 | 91天堂素人| 91麻豆在线观看 | 日本xxxxx69hd日本 | 日韩欧美精品一区二区 | 亚洲欧洲综合 | 热99re久久精品国产 | 丝瓜视频黄色在线观看 | 男女做性视频 | 99热视| 男人女人日皮 | 亚洲精品一区二区观看 | 成人资源影音先锋久久资源网 | 美女又爽又黄免费 | 亚洲国产精品久久丫 |