Nucleus-Inc / day_schedule_list

MIT License
6 stars 3 forks source link

Add Support for 24-Hour Time Format in DayScheduleListWidget #45

Open yagizdo opened 8 months ago

yagizdo commented 8 months ago

This PR introduces the ability to display times in a 24-hour format within the DayScheduleListWidget. The addition of a boolean is24Hours parameter allows users to specify whether they want to display time in a 24-hour format or stick with the default 12-hour format with AM/PM indicators. This feature enhances the flexibility of the widget to cater to different regional preferences for time display.

Changes:

To-Do:

This update ensures that the DayScheduleListWidget can be easily configured to match the time format preference of its users, improving its usability across different locales. The todo item highlights an ongoing enhancement to fully adapt the widget for 24-hour time display without AM/PM indicators, further aligning with user expectations in regions that predominantly use the 24-hour clock.