mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
can add and delete shiftplans from pressets
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
// frontend/src/shared/utils.ts
|
||||
// import { ScheduledShift } from '../../../backend/src/models/shiftPlan.js';
|
||||
|
||||
// Shared date and time formatting utilities
|
||||
export const formatDate = (dateString: string | undefined): string => {
|
||||
if (!dateString) return 'Kein Datum';
|
||||
|
||||
Reference in New Issue
Block a user