diff --git a/app/(main)/planning/calendrier/page.tsx b/app/(main)/planning/calendrier/page.tsx
index d09f095..9d65c6a 100644
--- a/app/(main)/planning/calendrier/page.tsx
+++ b/app/(main)/planning/calendrier/page.tsx
@@ -926,26 +926,26 @@ const CalendrierPlanningPage = () => {
- setNewEvent({...newEvent, start: e.value as Date})}
showTime
+ hourFormat="24"
dateFormat="dd/mm/yy"
- timeFormat="24"
className="w-full"
/>
- setNewEvent({...newEvent, end: e.value as Date})}
showTime
+ hourFormat="24"
dateFormat="dd/mm/yy"
- timeFormat="24"
className="w-full"
/>