Open ivangsa opened 7 years ago
Con moment puedes iterar facilmente fechas usando un for
for(variable; condicion; incremento)
for(var m = moment(startDate); m.isBefore(endDate); m.add(1,'incremento') { }
https://github.com/Curso-Fullstack-MEAN-Octubre2017/oscarsuarez/blob/126e5256b31465cc3d2f25fa0a183b9523f88924/public/app/appointmentscalendar-module/appointmentscalendar-module.component.js#L60
Si. se pinta
Con moment puedes iterar facilmente fechas usando un for
for(variable; condicion; incremento)
for(var m = moment(startDate); m.isBefore(endDate); m.add(1,'incremento') { }
https://github.com/Curso-Fullstack-MEAN-Octubre2017/oscarsuarez/blob/126e5256b31465cc3d2f25fa0a183b9523f88924/public/app/appointmentscalendar-module/appointmentscalendar-module.component.js#L60