Index

src/app/shared/helpers/form-helpers.ts

dateRangeValidator
dateRangeValidator(startDate, endDate)

Validator for two dates: A start date has to be before the end date.

Parameters :
Name Optional Description
startDate No

string of form group attribute for start date

endDate No

string of form group attribute for end date

src/app/shared/helpers/date-helpers.ts

parseTimestamp
parseTimestamp(timestamp)

Parses a timestamp into german date format 'DD.MM.YYYY' e.g. 07.07.2020

Parameters :
Name Optional Description
timestamp No

The timestamp of a date

result-matching ""

    No results matching ""