Cross Reference: mymod.js
xref
: /
yui3
/
src
/
intl
/
tests
/
manual
/
mymod.js
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
YUI
.
add
(
"mymod"
,
function
(Y) {
Y.
MyMod
= {
formatDate
:
function
() {
return
Y.
DataType
.
Date
.
format
(
new
Date
(), {
format
:
"%e %b"
});
}
};
},
"3.0"
,{
requires
:[
"datatype-date"
]});