export interface ActivityDate { day: any; month: number; year: number; hour: number; minute: number; }