max date on UI as per max validity configs

This commit is contained in:
sayali
2020-08-18 14:47:55 -07:00
committed by Hossein Shafagh
parent 4d7c6844e5
commit 7011a4df8b
4 changed files with 25 additions and 2 deletions

View File

@ -154,7 +154,7 @@
is-open="popup1.opened"
datepicker-options="dateOptions"
close-text="Close"
max-date="certificate.authority.authorityCertificate.notAfter"
max-date="certificate.authority.authorityCertificate.maxIssuanceDate"
min-date="certificate.authority.authorityCertificate.notBefore"
alt-input-formats="altInputFormats"
placeholder="Start Date"
@ -174,7 +174,7 @@
is-open="popup2.opened"
datepicker-options="dateOptions"
close-text="Close"
max-date="certificate.authority.authorityCertificate.notAfter"
max-date="certificate.authority.authorityCertificate.maxIssuanceDate"
min-date="certificate.authority.authorityCertificate.notBefore"
alt-input-formats="altInputFormats"
placeholder="End Date"