Yep, no surprise there. That would be a Java limitation since JDK 1.0:

http://download.oracle.com/javase/7/docs/api/java/sql/Date.html

Steve.



On 23 October 2011 21:46, Lenny Primak <lpri...@hope.nyc.ny.us> wrote:
> This date at least makes Safari not cache any javascript in production mode.
>
> ------------------------------------------------
> GET /tap/assets/25b85eccaed0/stack/en/core-datefield.js HTTP/1.0
>
> HTTP/1.1 200 OK
> X-Powered-By: Servlet/3.0 JSP/2.2 (GlassFish Server Open Source Edition 3.1.1 
> Java/Apple Inc./1.6)
> Server: GlassFish Server Open Source Edition 3.1.1
> Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
> Expires: Sun, 30 Dec 1979 00:00:00 GMT
> Content-Type: text/javascript
> Content-Length: 13308
> Date: Sun, 23 Oct 2011 13:43:58 GMT
> Connection: close
>
> function 
> DatePicker(a){if(arguments.length==0){this._selectedDate=null;this._calendarDate=new
>  
> Date;this._selectedInited=false}else{this._selectedDate=a;if(!a){this._calendarDate=new
>  Date}else{this._calendarDate=new 
> Date(a)}this._selectedInited=true}this._matrix=[[],[],[],[],[],[],[]];this._showNone=true;this._showToday=true;this._firstWeekDay=0;this._redWeekDay=6}DatePicker.months=["January","February","March","April","May","June","July","August"
>
> etc etc
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to