车辆对接
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-11-29 10:04:12
|
||||
* @LastEditTime: 2021-12-15 20:50:49
|
||||
* @LastEditTime: 2021-12-20 16:55:59
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \tms-obc-web\src\app\shared\utils\date.util.ts
|
||||
@ -67,6 +67,8 @@ export class EADateUtil {
|
||||
* @returns YYYY-MM-DD 00:00:00
|
||||
*/
|
||||
static yearToDateTime(start: Date): number {
|
||||
console.log('222')
|
||||
console.log(start)
|
||||
let Dates : any='';
|
||||
if(typeof(start) !== 'string') {
|
||||
var c = new Date(start);
|
||||
|
||||
Reference in New Issue
Block a user