$(document).ready((function(){var t=moment().format("YYYY-MM"),e=[{date:t+"-10",title:"Persian Kitten Auction",location:"Center for Beautiful Cats"},{date:t+"-19",title:"Cat Frisbee",location:"Jefferson Park"},{date:t+"-23",title:"Kitten Demonstration",location:"Center for Beautiful Cats"},{date:moment().add("month",1).format("YYYY-MM")+"-07",title:"Small Cat Photo Session",location:"Center for Cat Photography"}];$("#clndr-default").clndr({template:$("#clndr-template").html(),events:e}),$("#clndr-adjacent").clndr({template:$("#clndr-template").html(),events:e,showAdjacentMonths:!0,adjacentDaysChangeMonth:!0});var a=[{title:"Multi Day Event 1",startDate:moment().format("YYYY-MM-")+"12",endDate:moment().format("YYYY-MM-")+"17"},{title:"Multi Day Event 2",startDate:moment().format("YYYY-MM-")+"24",endDate:moment().format("YYYY-MM-")+"27"}];$("#clndr-multiday").clndr({template:$("#clndr-template").html(),events:a,multiDayEvents:{endDate:"endDate",startDate:"startDate"}}),$("#clndr-constraints").clndr({template:$("#clndr-template").html(),constraints:{startDate:moment().format("YYYY-MM-")+"04",endDate:moment().format("YYYY-MM-")+"24"}}),$("#clndr-six-rows").clndr({template:$("#clndr-template").html(),events:e,forceSixRows:!0}),$("#clndr-selected-date").clndr({template:$("#clndr-template").html(),events:e,trackSelectedDate:!0})}));