kyle-date-formatter
v1.0.2
Published
Formatter date object to yyyy-MM-dd hh:mm:ss
Downloads
3
Readme
中文说明
日期格式化
格式化日期 到 yyyy-MM-dd hh:mm:ss
形式
参数
日期对象 传入 Date 对象
日期格式化字符串 可选
yyyy-MM-dd hh:mm:ss
格式中的任意长短组合即可,不加参数会输出全长
输出
字符串
例子
formatter('yyyy-MM-dd hh:mm:ss', new Date())
// 2019-03-26 18:10:12
English Description
DateFormatter
a tool to format a date object to type of yyyy-MM-dd hh:mm:ss
Pramaters
date objcet date object
formatter string Optional
any of yyyy-MM-dd hh:mm:ss
will be OK
Output
String
Example
formatter('yyyy-MM-dd hh:mm:ss', new Date())
// 2019-03-26 18:10:12