UNPKG

@aappddeevv/dynamics-client-ui

Version:

## What is it? A library to help you create great dynamics applications.

5 lines (4 loc) 214 B
/** Standardized time format for moment. */ export declare const momentDateFormat = "MM/DD/YY h:mm:ss a"; /** Format a date using momentDateFormat. */ export declare function formatDate(dt: string | Date): string;