UNPKG

@gdjiami/jm-mrc-components

Version:

移动端可复用组件库

9 lines (8 loc) 211 B
/** * 格式化日期 */ export declare function format(date: Date, showToday?: boolean, showYear?: boolean): string; /** * 格式化时间 */ export declare function formatTime(date: Date): string;