~bcsaller/juju-gui/update-reductions

« back to all changes in this revision

Viewing changes to lib/yui/tests/intl/tests/manual/mymod.js

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
YUI.add("mymod", function(Y) {
2
 
    Y.MyMod = {
3
 
        formatDate : function() {
4
 
            return Y.DataType.Date.format(new Date(), {format:"%e %b"});
5
 
        }
6
 
    };
7
 
}, "3.0" ,{requires:["datatype-date"]});
 
 
b'\\ No newline at end of file'