frappe / gantt

Open Source Javascript Gantt
https://frappe.io/gantt
MIT License
4.6k stars 1.02k forks source link

feat: added duration to task to calculate end date #363

Closed lettuceDestroyer closed 5 months ago

lettuceDestroyer commented 10 months ago

Added the feature to calculate the end date of a task based on the task duration. This is very similar to this pull request with the difference that it supports years, months, days, hours, minutes, seconds and milliseconds aswell as any combination of them.

safwansamsudeen commented 5 months ago

Thanks very much @lettuceDestroyer - I've adapted your code and pushed it. Apologies for not merging this sooner.