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($){
$(function(){ $(function(){
var option = { var option = {
changeMonth: true, changeMonth: true
changeYear: true, ,changeYear: true
gotoCurrent: false ,gotoCurrent: false
,dateFormat:'yy-mm-dd'
,yearRange:'-100:+10' ,yearRange:'-100:+10'
,showOn:"button" ,showOn:"button"
,buttonImage:"./modules/counter/tpl/images/buttonCalendar.gif" ,buttonImage:"./modules/counter/tpl/images/buttonCalendar.gif"
@ -120,4 +121,4 @@
</tr> </tr>
<!--@end--> <!--@end-->
</table> </table>
</div> </div>