UNPKG

@grapecity/gcpdfviewer

Version:
13 lines (12 loc) 823 B
export declare class GlobalJsFunctions { AFPercent_Keystroke(value: string, nDec: any, sepStyle: any): string; AFPercent_Format(value: string, nDec: any, sepStyle: any): string; AFNumber_Format(value: string | number, decimals: number, separator: number, negative: number, unused: any, currency: string, prepend: boolean): string; AFTime_Format(value: string, date_time_format: string): string; AFTime_FormatEx(value: string, date_time_format: string): string; AFDate_FormatEx(value: string, date_time_format: string): string; AFSpecial_Format(value: string | number, special_type: number | string): string; dateStringToJsDateFormat(dateString: string, date_time_format: string): string; private formatDateTimeInternal; } export declare function getGlobalJsFunctions(): any;