日期
Haidar-cgh
https://github.com/Haidar-cgh
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
日期方法 js
目录#javaScript 日期//对日期进行格式化Date.prototype.format_cm_export_time = function () { var s = ""; var mouth = this.getMonth() + 1 >= 10 ? this.getMonth() + 1 : "0" + (this.getMonth(...原创 2019-05-12 10:05:31 · 252 阅读 · 0 评论 -
java 日期 格式化 SimpleDateFormat
日期格式化Date d = new Date(d);SimpleDateFormat sdf = new SimpleDateFormat("vvvv-MM-dd hh:mm:ss");原创 2019-05-12 10:22:14 · 230 阅读 · 0 评论
分享