Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <div class="nxui-form-group">
  2. <label for="planEndDate">
  3. <img src="assets/images/calendar.svg" class="nxui-icon-small nxui-icon-align-bottom">
  4. {{ 'i18n.all-damage-reports.label.plan-end-date' | translate }}
  5. </label>
  6.  
  7. <p-calendar formControlName="planEndDate"
  8. class="calendar-control"
  9. id= "planEndDate"
  10. [title]="'i18n.all-damage-reports.label.plan-end-date' | translate"
  11. [dateFormat]="'i18n.common.dateformat.shortdate-p-calendar' | translate"
  12. [locale]="'i18n.common.dateformat.calendar' | translate"
  13. ></p-calendar>
  14. </div>
  15.  
  16. p-calendar.calendar-control {
  17. opacity: 1;
  18. color: black;
  19. background: #eeeeee;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement