タグ

ブックマーク / ytaro-wps.blogspot.com (1)

  • jQuery:UI Datepicker の日本語化

    日付入力部分に、jQuery UI の Datepicker を使うことにした。入力欄は使わず inline で最初から表示させる。 カレンダーの表示を日語化させようと、紹介ページの最後にあるYou can restore the default localizations with: $.datepicker.setDefaults($.datepicker.regional['']); とあったので$(document).ready(function(){ $.datepicker.setDefaults($.datepicker.regional['ja']); })を追加したのだがなぜかうまくいかない。 あれこれやっているうちに、ページのさらに下の方の情報に気づく。The localization files are also available in the UI svn: h

  • 1