﻿/*
 * jQuery run datepicker kor 1.0.1
 *
 * Copyright (c) 2009 ixcore.corp.
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Depends:
 *	run.datepicker.kor.js
 */
$.datepicker.setDefaults({
    monthNames: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
    monthNamesShort: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
    dayNamesMin: ['일', '월', '화', '수', '목', '금', '토'],
    changeYear: true,
    changeMonth: true,
    showMonthAfterYear: true,
    dateFormat: 'yy-mm-dd',
    buttonImageOnly: true,
    buttonText: '달력',
    buttonImage: '/js/jquery/resource/jquery.ui/smoothness/images/btn_calendar_kor.gif',
    showOn: "both"
});
