var fdLocale = {
months:[
"１月",
"２月",
"３月",
"４月",
"５月",
"６月",
"７月",
"８月",
"９月",
"１０月",
"１１月",
"１２月"
],
fullDay:[
"月曜日",
"火曜日",
"水曜日",
"木曜日",
"金曜日",
"土曜日",
"日曜日"
],
/* Only stipulate the dayAbbr should the first letter of the fullDay not suffice

dayAbbr:[],
*/

/* Only stipulate the firstDayOfWeek should the first day not be Monday

firstDayOfWeek:0,
*/
titles:[
"前の月",
"来月",
"前年",
"来年",
"今日"
]
};
 
