systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
14 lines (13 loc) • 532 B
TypeScript
import * as i0 from "@angular/core";
export declare class DataTransformerService {
processShortcuts(date: string, fromDateForRelative: Date): Date;
infereDate(date: string, dateFormat: string): Date;
private getDayLength;
private getFormattedDate;
private checkMonthNumber;
private checkDayNumber;
private getDateSeparator;
private removeSeparator;
static ɵfac: i0.ɵɵFactoryDeclaration<DataTransformerService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DataTransformerService>;
}