Fix time picker, WIP date picker
This commit is contained in:
@@ -85,7 +85,6 @@
|
||||
let defaultHours = $state<WorkingHourRow[]>([]);
|
||||
let defaultHoursIsLoading = $state(true);
|
||||
|
||||
/** Format time from HH:MM:SS to 12-hour format */
|
||||
/** Format time from HH:MM:SS to 12-hour format, with "Noon" for 12:00 PM */
|
||||
function formatTime(time: string): string {
|
||||
const [hours, minutes] = time.split(':').map(Number);
|
||||
|
||||
Reference in New Issue
Block a user