changed date format

updated month format
This commit is contained in:
Scott McAllister
2016-05-30 22:20:49 -04:00
parent a98cf03173
commit 78d1c9d32a

View File

@ -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(