UNPKG

@totvs-agro/core

Version:

Core Totvs Agro (Front-End) para utilização T-Faces

8 lines (7 loc) 254 B
export declare class DateUtil { static removeTimezone(value: string): string; static toE8601DZw(value: string, removeTimezone?: boolean | false): string; private static E8601DZw; private static pad; private static getOffset; }