@exmg/livery
Version:
Ex Machina Group Livery Web SDK.
7 lines (6 loc) • 357 B
TypeScript
/**
* Generate timestamp string, e.g: 12:34:50.123 (hours, minutes, seconds and milliseconds).
* @param dateArg Date to create timestamp for, defaults to now
* @param fixedPoint Fixed point to use for subseconds, defaults to 3 for millisecond accuracy
*/
export declare function timestamp(dateArg?: Date | string | number, fixedPoint?: number): string;