Just a fun exercise using SQLite: (inspired by this post: (https://www.autoitscript.com/forum/topic/209982-datediff_workdaysonly/)
find a past or future "target" date starting from a certain date and counting a number of days, excluding any number of days of the week from the count.
formally, a...