mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +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($){
|
||||||
$(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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue