|
|
|
@ -189,8 +189,8 @@ function AnchorPosition_getWindowOffsetTop (el) {
|
|
|
|
// "MMM dd, yyyy hh:mm:ssa" matches: "January 01, 2000 12:30:45AM"
|
|
|
|
// "MMM dd, yyyy hh:mm:ssa" matches: "January 01, 2000 12:30:45AM"
|
|
|
|
// ------------------------------------------------------------------
|
|
|
|
// ------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
var MONTH_NAMES=new Array('January','February','March','April','May','June','July','August','September','October','November','December','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
|
|
|
|
var MONTH_NAMES=new Array('Janeiro','Fevereiro','Março','Abril','Maio','Junho','Julho','Agosto','Setembro','Outobro','Novembro','Dezembro','Jan','Fev','Mar','Abr','Mai','Jun','Jul','Ago','Set','Out','Nov','Dez');
|
|
|
|
var DAY_NAMES=new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sun','Mon','Tue','Wed','Thu','Fri','Sat');
|
|
|
|
var DAY_NAMES=new Array('Domingo','Segunda','Terça','Quarta','Quinta','Sexta','Sábado','Dom','Seg','Ter','Qua','Qui','Sex','Sab');
|
|
|
|
function LZ(x) {return(x<0||x>9?"":"0")+x}
|
|
|
|
function LZ(x) {return(x<0||x>9?"":"0")+x}
|
|
|
|
|
|
|
|
|
|
|
|
// ------------------------------------------------------------------
|
|
|
|
// ------------------------------------------------------------------
|
|
|
|
@ -913,7 +913,7 @@ cal.addDisabledDates("January 01, 2003", "Dec 31, 2003");
|
|
|
|
cal.setYearSelectStartOffset(2);
|
|
|
|
cal.setYearSelectStartOffset(2);
|
|
|
|
|
|
|
|
|
|
|
|
// Text for the word "Today" appearing on the calendar
|
|
|
|
// Text for the word "Today" appearing on the calendar
|
|
|
|
cal.setTodayText("Today");
|
|
|
|
cal.setTodayText("Hoje");
|
|
|
|
|
|
|
|
|
|
|
|
// The calendar uses CSS classes for formatting. If you want your calendar to
|
|
|
|
// The calendar uses CSS classes for formatting. If you want your calendar to
|
|
|
|
// have unique styles, you can set the prefix that will be added to all the
|
|
|
|
// have unique styles, you can set the prefix that will be added to all the
|
|
|
|
|