export interface IMyCalendarMonth { nbr: number; name: string; selected: boolean; disabled: boolean; }