var fdLocale = {
        months:[
                "一月份",
                "二月份",
                "三月份",
                "四月份",
                "五月份",
                "六月份",
                "七月份",
                "八月份",
                "九月份",
                "十月份",
                "十一月份",
                "十二月份"
                ],
        fullDay:[
                "一",
                "二",
                "三",
                "四",
                "五",
                "六",
                "日"
                ],
        /* Only stipulate the dayAbbr should the first letter of the fullDay not suffice

        dayAbbr:[],
        */

        firstDayOfWeek:6,
        titles:[
                "上个月",
                "下个月",
                "上一年",
                "下一年"
        ]
};
