$(function () { $('#date').datepicker($.datepicker.regional['ja']); });
<form> 日付:<input type="text" id="date" /> </form>