Merge pull request #8863 from scottmcallister/fix/certificate-date

Fix date format on certificates generation
pull/9101/head
Berkeley Martinez 2016-06-11 21:00:34 -07:00 committed by GitHub
commit 84ece7d00b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function getIdsForCert$(id, Challenge) {
// getFormatedDate(challengeMap: Object, challengeId: String) => String, throws
function getFormatedDate(challengeMap, challengeId) {
return moment(challengeMap[challengeId].completedDate)
.format('MMM Do, YYYY');
.format('MMMM D, YYYY');
}
// sendCertifiedEmail(