记录:工作中用到的Js日期时间方法
摘要:``` / 获取当前时间 / function getDate() { return new Date(); } / 格式化当前时间 @param { } value / function getFormatDate(value) { var date = new Date(value); var
阅读全文
posted @ 2018-04-25 23:12
posted @ 2018-04-25 23:12