Merge pull request #8863 from scottmcallister/fix/certificate-date
Fix date format on certificates generation
This commit is contained in:
@ -66,7 +66,7 @@ function getIdsForCert$(id, Challenge) {
|
|||||||
// getFormatedDate(challengeMap: Object, challengeId: String) => String, throws
|
// getFormatedDate(challengeMap: Object, challengeId: String) => String, throws
|
||||||
function getFormatedDate(challengeMap, challengeId) {
|
function getFormatedDate(challengeMap, challengeId) {
|
||||||
return moment(challengeMap[challengeId].completedDate)
|
return moment(challengeMap[challengeId].completedDate)
|
||||||
.format('MMM Do, YYYY');
|
.format('MMMM D, YYYY');
|
||||||
}
|
}
|
||||||
|
|
||||||
// sendCertifiedEmail(
|
// sendCertifiedEmail(
|
||||||
|
Reference in New Issue
Block a user