Overload 1
Overload 2
Overload 3
Overload 4
export declare function time(date?: Date): `<t:${bigint}>`;
Formats a date into a short date-time string.
Parameters
optional
date?: DateThe date to format. Defaults to the current time
export declare function time(date?: Date): `<t:${bigint}>`;
Formats a date into a short date-time string.