Calendar a = Calendar.getInstance(); a.setMinimalDaysInFirstWeek(1); // setMinimalDaysInFirstWeek is a non-static funtion
but, Is it possible to change it for all the applications on my server width the jvm optioms?
any other idea?




Posted 17 January 2011 - 03:56 AM
Calendar a = Calendar.getInstance(); a.setMinimalDaysInFirstWeek(1); // setMinimalDaysInFirstWeek is a non-static funtion
Posted 17 January 2011 - 04:12 AM
This post has been edited by masijade: 17 January 2011 - 04:43 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
