-
Notifications
You must be signed in to change notification settings - Fork 2
Date & Time
zehavibarak edited this page Oct 27, 2022
·
1 revision
BizDoc implement Moment -like pipes based on DayJs.
Import DayJs in project app.module.ts to manipulate date and time in TypeScript code.
import dayjs from 'dayjs';
dayjs().isBefore(date1);Use DayJs extensions to add functionalities.
{{ orderDate | amTimeAgo }}{{ number | amDuration : 'm' }}{{ date | amCalendar }}{{ number | amDuration : 'm' }}Returns dates diff.
{{ date1 | amDifference : date2 : 'd' }}Returns days between date1 and date2.
Moding Ltd.