Error - Orooplex
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-143351411-1');
$.datepicker.regional['custom'] = { // Default regional settings
closeText: 'Hecho', // Display text for close link
prevText: 'Anterior', // Display text for previous month link
nextText: 'Siguiente', // Display text for next month link
currentText: 'Hoy', // Display text for current month link
monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'], // Names of months for drop-down and formatting
monthNamesShort: ['Ene', 'Feb', 'Mar', 'Abr', 'Mayo', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'], // For formatting
dayNames: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'], // For formatting
dayNamesShort: ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'], // For formatting
dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sa'], // Column headings for days starting at Sunday
weekHeader: 'Mi', // Column header for week of the year
dateFormat: 'dd/mm/yy', // See format options on parseDate
firstDay: 0, // The first day of the week, Sun = 0, Mon = 1, ...
isRTL: false, // True if right-to-left language, false if left-to-right
showMonthAfterYear: false, // True if the year select precedes month, false for month then year
yearSuffix: '' // Additional text to append to the year in the month headers
};