@victorequena22/utiles
Version:
Utilidades para mi uso que pongo a dispocion
12 lines (11 loc) • 726 B
TypeScript
export declare function zfill(numero: number, width?: number): string;
export declare function numberFormat(numero: number, decimal?: number): string;
export declare function timeFormat(s2: number, decimal?: number): string;
export declare function timeFormatAtHora(s2: number, decimal?: number): string;
export declare function formatoFecha(fecha: string): string;
export declare function formatoHora(fecha?: string): string;
export declare function solicitud(): string;
export declare function fechaToNumber(fecha?: string): number;
export declare function diaToNumber(fecha?: string): number;
export declare function getSegundos(fecha?: string): number;
export declare function parseDia(fecha?: string): string;