old mode 100644
new mode 100755
| | |
| | | /* Japanese initialisation for the jQuery UI date picker plugin. */ |
| | | /* Japanese initialisation for the jQuery UI date picker plugin. */ |
| | | /* Written by Kentaro SATO (kentaro@ranvis.com). */ |
| | | jQuery(function($){ |
| | | $.datepicker.regional['ja'] = { |
| | | closeText: '閉じる', |
| | | prevText: '<前', |
| | | nextText: '次>', |
| | | prevText: '<前', |
| | | nextText: '次>', |
| | | currentText: '今日', |
| | | monthNames: ['1月','2月','3月','4月','5月','6月', |
| | | '7月','8月','9月','10月','11月','12月'], |
| | |
| | | showMonthAfterYear: true, |
| | | yearSuffix: '年'}; |
| | | $.datepicker.setDefaults($.datepicker.regional['ja']); |
| | | }); |
| | | }); |