/********************************************************************************************
* BlueShoes Framework; This file is part of the php application framework.
* NOTE: This code is stripped (obfuscated). To get the clean documented code goto 
*       www.blueshoes.org and register for the free open source *DEVELOPER* version or 
*       buy the commercial version.
*       
*       In case you've already got the developer version, then this is one of the few 
*       packages/classes that is only available to *PAYING* customers.
*       To get it go to www.blueshoes.org and buy a commercial version.
* 
* @copyright www.blueshoes.org
* @author    sam blum <sam-at-blueshoes>
* @author    Andrej Arn <andrej-at-blueshoes>
*/
if (typeof(Bs_DatePicker_Lang) == 'undefined') Bs_DatePicker_Lang = new Array;Bs_DatePicker_Lang['en'] = new Array;Bs_DatePicker_Lang['en']['errorValidate'] = "Not a valid date: '__VALUE__'. Try again or use the date picker. Valid formats are:\nAmerican mm/dd/yyyy (eg 12/31/2003)\nEuropean dd.mm.yyyy (eg 31.12.2003)\nISO yyyy-mm-dd (eg 2003-12-31)";Bs_DatePicker_Lang['en']['errorRange']    = "Not a valid date: '__VALUE__'. It is not in the allowed range.";Bs_DatePicker_Lang['en']['months']        = new Array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');Bs_DatePicker_Lang['en']['days']          = new Array('Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday');Bs_DatePicker_Lang['en']['hideCalendar'] = 'Hide Calendar';Bs_DatePicker_Lang['en']['showCalendar'] = 'Show Calendar';
