mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
260 stars 182 forks source link

Implement a language (locale) option #6

Closed mugifly closed 11 years ago

mugifly commented 11 years ago

Implement the language (locale) option.

ex)

    <div id="date_picker"> </div>
    <script type="text/javascript">
        $(function(){
            $('#date_picker').dtpicker({
                'locale' : 'ja'
            });
        });
    </script>

Then the day of week in calendar is localized.