Calendar fixes

This commit is contained in:
Mark McDowall 2014-11-29 01:28:50 -08:00
parent 3b3066ed47
commit 7f640caa22
3 changed files with 411 additions and 737 deletions

View file

@ -69,6 +69,6 @@ define(
return '';
}
return moment(input).format('LTS');
return moment(input).format('h:mm:ss A');
});
});