Skip to content

Instantly share code, notes, and snippets.

@allenrabinovich
Created August 31, 2012 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allenrabinovich/3557794 to your computer and use it in GitHub Desktop.
Save allenrabinovich/3557794 to your computer and use it in GitHub Desktop.
/**
* 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