dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
14 lines • 352 B
JavaScript
define(
//begin v1.x content
{
"dateFormatItem-yMEd": "E, dd.MM.y GGGGG",
"dateFormatItem-yMd": "dd.MM.y GGGGG",
"dateFormat-short": "dd.MM.y GGGGG",
"dateFormatItem-MMdd": "dd.MM",
"dateFormatItem-MEd": "E, dd.MM.",
"dateFormatItem-yM": "MM.y GGGGG",
"dateFormat-full": "EEEE, d MMMM y G",
"dateFormatItem-Md": "dd.MM."
}
//end v1.x content
);