From fb4b591579bcac1627f191f1ba07e187521afec7 Mon Sep 17 00:00:00 2001 From: taggon Date: Tue, 11 Oct 2011 10:13:26 +0000 Subject: [PATCH] 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 --- modules/counter/tpl/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/counter/tpl/index.html b/modules/counter/tpl/index.html index ab57eaac5..25ae29d7e 100644 --- a/modules/counter/tpl/index.html +++ b/modules/counter/tpl/index.html @@ -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" @@ -120,4 +121,4 @@ - \ No newline at end of file +