vtils

Home > date > formatDistanceAgo

formatDistanceAgo() function

将时间转化为 xxx前 表示。

Signature:

export declare function formatDistanceAgo(date: number | Date): string;

Parameters

Parameter Type Description
date number | Date 时间

Returns:

string