1. moment.updateLocale('en', {
    2. ordinal : function (number, token) {
    3. (b === 1) ? 'st' :
    4. (b === 3) ? 'rd' : 'th';
    5. });