I am displaying the Date of Birth of the persons in the Full calendar ex:17-July-1992. I want to have this events entry in all years like 17-July-2014, 17-July-2015, 17-July-2016,etc. Automatically.
events: [{
title: 'user1',
start: '2015-04-09',
description: 'birthday_event',
backgroundColor: Metronic.getBrandColor('blue')
},{
title: 'user2',
start: '2015-04-08',
description: 'birthday_event',
backgroundColor: Metronic.getBrandColor('blue')
},{
title: 'user3',
start: '2015-04-14',
description: 'birthday_event',
backgroundColor: Metronic.getBrandColor('blue')
}
]
this events are displaying correctly in the full calendar i want to create the events dynamically