将String 类型转化成想要的日期格式?代码://Format Datefunction formatDate(value){return new Date(valu
将String 类型转化成想要的日期格式
?代码:
//Format Date function formatDate(value) { return new Date(value).dateFormat('Y/m/d'); }?
将String 类型转化成想要的日期格式
?代码:
//Format Date function formatDate(value) { return new Date(value).dateFormat('Y/m/d'); }?