Java使用DateFormatter格式化日期時(shí)間的方法示例

本文實(shí)例講述了Java使用DateFormatter格式化日期時(shí)間的方法。分享給大家供大家參考,具體如下:

創(chuàng)新互聯(lián)是一家專注于成都網(wǎng)站制作、成都做網(wǎng)站、外貿(mào)營(yíng)銷(xiāo)網(wǎng)站建設(shè)與策劃設(shè)計(jì),千山網(wǎng)站建設(shè)哪家好?創(chuàng)新互聯(lián)做網(wǎng)站,專注于網(wǎng)站建設(shè)十載,網(wǎng)設(shè)計(jì)領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:千山等地區(qū)。千山做網(wǎng)站價(jià)格咨詢:18982081108

Java版本:1.8開(kāi)始

import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.time.ZonedDateTime;
import java.time.format.DateTimeFormatter;
/**
 * Created by Frank
 */
public class CurrentDatetime {
 public static void main(String[] args) {
 LocalDate dNow = LocalDate.now();
 System.out.println(dNow);
 LocalTime tNow = LocalTime.now();
 System.out.println(tNow);
 LocalDateTime now = LocalDateTime.now();
 System.out.println(now);
 DateTimeFormatter df = DateTimeFormatter.ofPattern("yyyy/MM/dd");
 System.out.println(df.format(LocalDateTime.now()));
 System.out.println(LocalDate.parse("2016/11/28", df));
 DateTimeFormatter nTZ = DateTimeFormatter.ofPattern("d MMMM, yyyy h:mm a");
 System.out.println(ZonedDateTime.now().format(nTZ));
/*
輸出:
2017-04-02
16:43:29.988
2017-04-02T16:43:29.988
2017/04/02
2016-11-28
2 四月, 2017 4:43 下午
*/
 }
}

運(yùn)行效果如下圖:

Java使用DateFormatter格式化日期時(shí)間的方法示例

注:java.time為JDK1.8版本開(kāi)始引入,另外本例測(cè)試環(huán)境使用的eclipse為4.4版本以上(本站下載地址:https://www.jb51.net/softs/390522.html),否則版本過(guò)低會(huì)提示錯(cuò)誤!

PS:這里再為大家推薦幾款時(shí)間及日期相關(guān)工具供大家參考使用:

在線日期/天數(shù)計(jì)算器:
http://tools.jb51.net/jisuanqi/date_jisuanqi

在線日期計(jì)算器/相差天數(shù)計(jì)算器:
http://tools.jb51.net/jisuanqi/datecalc

在線日期天數(shù)差計(jì)算器:
http://tools.jb51.net/jisuanqi/onlinedatejsq

Unix時(shí)間戳(timestamp)轉(zhuǎn)換工具:
http://tools.jb51.net/code/unixtime

希望本文所述對(duì)大家java程序設(shè)計(jì)有所幫助。

網(wǎng)站名稱:Java使用DateFormatter格式化日期時(shí)間的方法示例
網(wǎng)站地址:http://www.muchs.cn/article46/gcejhg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供品牌網(wǎng)站設(shè)計(jì)網(wǎng)站維護(hù)、網(wǎng)站建設(shè)營(yíng)銷(xiāo)型網(wǎng)站建設(shè)網(wǎng)站制作、域名注冊(cè)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

營(yíng)銷(xiāo)型網(wǎng)站建設(shè)