mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
datepicker 가 내장된 브라우저에서는 내장 기능 사용
This commit is contained in:
parent
81b1fd5752
commit
c9ed1f08e9
7 changed files with 213 additions and 35 deletions
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
$.extend(option,$.datepicker.regional['{$lang_type}']);
|
||||
$.extend($.datepicker.regional['{$lang_type}'],option);
|
||||
$(".inputDate").datepicker(option);
|
||||
});
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue