mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 306, changed date format for jQuery datepicker
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9506 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1ada0a3c40
commit
3a895c23b2
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@
|
|||
'<script type="text/javascript">'."\n".
|
||||
'(function($){'."\n".
|
||||
' $(function(){'."\n".
|
||||
' var option = { changeMonth:true, changeYear:true, gotoCurrent: false,yearRange:\'-100:+10\', onSelect:function(){'."\n".
|
||||
' var option = { dateFormat: "yy-mm-dd", changeMonth:true, changeYear:true, gotoCurrent: false,yearRange:\'-100:+10\', onSelect:function(){'."\n".
|
||||
' $(this).prev(\'input[type="hidden"]\').val(this.value.replace(/-/g,""))}'."\n".
|
||||
' };'."\n".
|
||||
' $.extend(option,$.datepicker.regional[\''.Context::getLangType().'\']);'."\n".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue