瀏覽代碼

fix add to calendar start and end date

am
farhan 1 年之前
父節點
當前提交
5aa70014e7
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      resources/views/modals/calendar-modal.blade.php

+ 2
- 2
resources/views/modals/calendar-modal.blade.php 查看文件

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

Loading…
取消
儲存