changed date format
updated month format
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user