Astro Classes
This commit is contained in:
24
botanjs/src/externs/Astro.utils.Date.js
Normal file
24
botanjs/src/externs/Astro.utils.Date.js
Normal file
@@ -0,0 +1,24 @@
|
||||
/** @constructor */
|
||||
Astro.utils.Date = function() {};
|
||||
|
||||
/** @type {Function}*/
|
||||
Astro.utils.Date.pretty;
|
||||
/** @type {Function}*/
|
||||
Astro.utils.Date.prettyDay;
|
||||
/** @type {Function}*/
|
||||
Astro.utils.Date.diff;
|
||||
/** @type {Function}*/
|
||||
Astro.utils.Date.smstamp;
|
||||
/** @type {Function}*/
|
||||
Astro.utils.Date.chinese;
|
||||
|
||||
/** @type {constant}*/
|
||||
Astro.utils.Date.MONTH;
|
||||
/** @type {constant}*/
|
||||
Astro.utils.Date.MONTH_ABBR;
|
||||
/** @type {constant}*/
|
||||
Astro.utils.Date.DAY;
|
||||
/** @type {constant}*/
|
||||
Astro.utils.Date.DAY_ABBR;
|
||||
/** @type {constant}*/
|
||||
Astro.utils.Date.CAP_MONTHS;
|
Reference in New Issue
Block a user