Calendar/test/utils
Janus C. H. Knudsen 4859f42450 Enhances date handling and formatting
Improves date validation and adds flexible date/time formatting capabilities.

The date validation is updated to return a boolean and is incorporated directly into calling functions to throw errors, improving code readability and maintainability. DateService is extended with functions for formatting time in 12-hour format, getting day names, and formatting date ranges with customizable options.
2025-10-03 19:48:04 +02:00
..
DateCalculator.test.ts Enhances date handling and formatting 2025-10-03 19:48:04 +02:00
DateService.test.ts Introduces DateService for time zone handling 2025-10-03 16:47:42 +02:00
TimeFormatter.test.ts Adds technical date and time formatting 2025-10-03 16:05:22 +02:00