PHP Classes

File: CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/locale/ordinal.js

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/locale/ordinal.js   Download  
File: CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/locale/ordinal.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Coffee CMS
Content management system using MVC based themes
Author: By
Last change:
Date: 2 years ago
Size: 175 bytes
 

Contents

Class file image Download
export var defaultOrdinal = '%d'; export var defaultDayOfMonthOrdinalParse = /\d{1,2}/; export function ordinal (number) { return this._ordinal.replace('%d', number); }