码迷,mamicode.com
首页 > Web开发 > 详细

Gson 格式化JSON日期数据

时间:2019-09-01 14:48:58      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:日期格式   set   creat   code   print   form   style   pre   nbu   

Google的Gson功能非常强大!

格式化日期我们只需要这样创建就好了

Gson  gson = new GsonBuilder().setDateFormat("yyyy-MM-dd hh:mm:ss).create();

System.out.print(gson.toJson(new Date()));

常见日期格式:

  yyyy-MM-dd

  yyyy-MM-dd hh:mm:ss

  MM-dd-yyyy hh:mm

Gson 格式化JSON日期数据

标签:日期格式   set   creat   code   print   form   style   pre   nbu   

原文地址:https://www.cnblogs.com/arebirth/p/javagsonfdate.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!