Explorar el Código

fix add to calendar start and end date

am
farhan hace 4 meses
padre
commit
5aa70014e7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      resources/views/modals/calendar-modal.blade.php

+ 2
- 2
resources/views/modals/calendar-modal.blade.php Ver fichero

@@ -272,8 +272,8 @@
272 272
         console.log("Operating System: " + os);
273 273
 
274 274
         const title = 'Event Title';
275
-        const startDate = '20240720T090000Z';
276
-        const endDate = '20240720T100000Z';
275
+        const startDate = '20240817T110000Z';
276
+        const endDate = '20240817T160000Z';
277 277
         const details = 'Event Details';
278 278
         const location = 'Event Location';
279 279
 

Loading…
Cancelar
Guardar