Created
August 31, 2012 19:22
-
-
Save allenrabinovich/3557794 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The `datatype` module is an alias for three utilities, Y.Date, | |
* Y.Number and Y.XML, that provide type-conversion and string-formatting | |
* convenience methods for various JavaScript object types. | |
* | |
* @module datatype | |
* @main datatype | |
*/ | |
/** | |
* This is an alias for the date module. | |
* | |
* @module datatype | |
* @submodule datatype-date | |
*/ | |
/** | |
* This is an alias for the date-format module. | |
* | |
* | |
* @module datatype | |
* @submodule datatype-date-format | |
*/ | |
Y.namespace("DataType"); | |
Y.DataType.Date = Y.Date; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment