1,
- 'p-datepicker-monthpicker': view === 'month',
- 'p-datepicker-touch-ui': touchUI
- }"
- [@overlayAnimation]="
- touchUI
- ? { value: 'visibleTouchUI', params: { showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions } }
- : { value: 'visible', params: { showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions } }
- "
- [attr.aria-label]="getTranslation('chooseDate')"
- [attr.role]="inline ? null : 'dialog'"
- [attr.aria-modal]="inline ? null : 'true'"
- [@.disabled]="inline === true"
- (@overlayAnimation.start)="onOverlayAnimationStart($event)"
- (@overlayAnimation.done)="onOverlayAnimationDone($event)"
- (click)="onOverlayClick($event)"
- *ngIf="inline || overlayVisible"
- >
-
-
-
-
-
-
-
-
-
-
-
- |
- {{ weekDay }}
- |
-
-
-
-
- |
-
- {{ month.weekNumbers[j] }}
-
- |
-
-
-
- {{ date.day }}
-
-
-
-
-
-
-
-
- {{ date.day }}
-
-
- |
-
-
-
-
-
-
-
-
- {{ m }}
-
- {{ m }}
-
-
-
-
-
- {{ y }}
-
- {{ y }}
-
-
-
-
-
-
-
- 0{{ currentHour }}
-
-
-
- {{ timeSeparator }}
-
-
-
- 0{{ currentMinute }}
-
-
-
- {{ timeSeparator }}
-
-
-
- 0{{ currentSecond }}
-
-
-
-
- {{ pm ? 'PM' : 'AM' }}
-
-
-
-
-
-
-
-
-
-
-