function _dateUtilsFormatDateTextHeader(h,b,e){var j=null;var f=new Date;var i=h.substring(0,4);var a=h.substring(4,6);var g=h.substring(6,8);f.setDate(g);f.setMonth(a-1);f.setFullYear(i);var d=_dateUtilsFormatWeekDay(f.getDay(),b);var c=_dateUtilsFormatMonth(f.getMonth(),b);if(b=="es"){j=d+", "+g+" de "+c;
}else{j=d+", "+c+" "+g;}if(e=="true"){j+=", "+i;}return j;}function _dateUtilsFormatWeekDay(b,c){var a=null;if(c=="es"){switch(b){case 1:a="Lunes";break;case 2:a="Martes";break;case 3:a="Mi&eacute;rcoles";break;case 4:a="Jueves";break;case 5:a="Viernes";break;case 6:a="S&aacute;bado";break;case 0:a="Domingo";
break;}}else{switch(b){case 1:a="Monday";break;case 2:a="Tuesday";break;case 3:a="Wednesday";break;case 4:a="Thursday";break;case 5:a="Friday";break;case 6:a="Saturday";break;case 0:a="Sunday";break;}}return a;}function _dateUtilsFormatMonth(b,c){var a=null;if(c=="es"){switch(b){case 0:a="Enero";break;
case 1:a="Febrero";break;case 2:a="Marzo";break;case 3:a="Abril";break;case 4:a="Mayo";break;case 5:a="Junio";break;case 6:a="Julio";break;case 7:a="Agosto";break;case 8:a="Septiembre";break;case 9:a="Octubre";break;case 10:a="Noviembre";break;case 11:a="Diciembre";break;}}else{switch(b){case 0:a="January";
break;case 1:a="February";break;case 2:a="March";break;case 3:a="April";break;case 4:a="May";break;case 5:a="June";break;case 6:a="July";break;case 7:a="August";break;case 8:a="September";break;case 9:a="October";break;case 10:a="November";break;case 11:a="December";break;}}return a;}
