issue 456 : Fixed a bug for selecting date

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9590 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-10-11 10:13:26 +00:00
parent 31eb3c76e7
commit fb4b591579

View file

@ -26,9 +26,10 @@
(function($){
$(function(){
var option = {
changeMonth: true,
changeYear: true,
gotoCurrent: false
changeMonth: true
,changeYear: true
,gotoCurrent: false
,dateFormat:'yy-mm-dd'
,yearRange:'-100:+10'
,showOn:"button"
,buttonImage:"./modules/counter/tpl/images/buttonCalendar.gif"