penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Astro.utils.Date.js

raw ยท 635 bytes

/** @constructor */
Astro.utils.Date = function() {};

/** @type {Function} */
Astro.utils.Date.prototype.pretty = function() {};
/** @type {Function} */
Astro.utils.Date.prototype.prettyDay = function() {};
/** @type {Function} */
Astro.utils.Date.prototype.diff = function() {};
/** @type {Function} */
Astro.utils.Date.prototype.smstamp = function() {};
/** @type {Function} */
Astro.utils.Date.prototype.chinese = function() {};

/** @const */
Astro.utils.Date.MONTH;
/** @const */
Astro.utils.Date.MONTH_ABBR;
/** @const */
Astro.utils.Date.DAY;
/** @const */
Astro.utils.Date.DAY_ABBR;
/** @const */
Astro.utils.Date.CAP_MONTHS;