Replies: 2 comments 3 replies
-
This is nice. I particularly like the There is no problem AFAIK with using |
Beta Was this translation helpful? Give feedback.
2 replies
-
As per your comment on #55, I believe this should be closed. Do you think the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe creating an
addWorkDay
method toDateTime
? I suggest something like the following (edited, found a broken case on the first example - when starting on weekends it would add another day-, and added thesubtractWorkDays
method):I'm not sure how useful this would be and about the duration days being added or if it would be better to create another
DateTime
with the day field increased/decreased by one every time.Beta Was this translation helpful? Give feedback.
All reactions