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
+