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

Fix date format on certificates generation
This commit is contained in:
Berkeley Martinez
2016-06-11 21:00:34 -07:00
committed by GitHub

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(