Home
last modified time | relevance | path

Searched refs:_SDN (Results 1 – 3 of 3) sorted by relevance

/plugin/datepicker/script/jscalendar-1.0/lang/
H A Dcalendar-de.js36 Calendar._SDN = new Array variable in Calendar
H A Dcalendar-en.js36 Calendar._SDN = new Array variable in Calendar
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js61 if (typeof Calendar._SDN == "undefined") {
69 Calendar._SDN = ar;
1555 cell.innerHTML = Calendar._SDN[(i + fdow) % 7];
1776 s["%a"] = Calendar._SDN[w]; // abbreviated weekday name [FIXME: I18N]