Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.27 KB

WeekWorkingDaysSummary

Have you ever needed to condense a workweek schedule, complete with various time slots for each day, into a single, straightforward sentence? The 'Week Working Days Summary' is designed for precisely this purpose. It takes a week's worth of working days with different time slots and transforms them into a concise sentence. This summarized sentence can be used for printing, publishing on a website, or anywhere else visible to a general audience. It can save you valuable time.

Example

Input: Mon (16:30-20), Tue (16:30-20), Wed(16:30-20), Thu(16:30-20), Fri(16:30-20), Sat(16:30-20)

Output: All days (16:30-20)

AllDays

Input: Mon (16:30-20), Wed(16:30-20), Fri(16:30-20)

Output: Even days (16:30-20)

EvenDays

Input: Mon (12:30-18), Tue (16:30-20), Wed(16:30-20), Thu(16:30-20), Fri(16:30-20), Sat(16:30-20)

Output: Odd days (16:30-20), Mon (12:30-18), Wed & Fri (16:30-20)

OddDaysPlusSpecialDays