mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 21:58:01 +00:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
/**
|
|
* @name formatDate
|
|
* @description Formats a date in CCYY-MM-DD HH:MM:SS format
|
|
*/
|
|
export declare function formatDate(date: Date): string;
|