var fdLocale = {
        months:[
                "Sijecanj",
                "Veljaca",
                "Ozujak",
                "Travanj",
                "Svibanj",
                "Lipanj",
                "Srpanj",
                "Kolovoz",
                "Rujan",
                "Listopad",
                "Studeni",
                "Prosinac"
                ],
        fullDay:[
                "Ponedeljak",
                "Utorak",
                "Srijeda",
                "Cetvrtak",
                "Petak",
                "Subota",
                "Nedjelja"
                ],
        /* 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:[
                "Previous month",
                "Next month",
                "Previous year",
                "Next year"
                ]
};
