Api

DateutilsTimestamptodate

OpenAPI > DateUtils > timestampToDate

OpenAPI.DateUtils.timestampToDate property

时间戳转日期

Signature:

static timestampToDate: (timestamp: number, data_type?: '' | 'y' | 'm' | 'd' | 'h' | 'i' | 's') => string | number | undefined;

Example

const date = timestampToDate(1704038400000) // 返回 '2024/01/01 00:00:00'
const date = timestampToDate(1704038400000, 'y') // 返回 '2024'

Copyright © 2021 - 2025