mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
31eb3c76e7
commit
fb4b591579
1 changed files with 5 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue