- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 01:09 PM
Hello, I need help. When I select a date and time already assigned in the calendar from the catalog, the error "Dates and times assigned" appears and that is correct. But the script works for some days, for example, 18-03-2025, but on other days, it doesn't detect that they have already been assigned. For example, I selected the date 19-03-2025, and the time 15:30, but that date is already selected, but the script doesn't detect it.
SCRIPT:
SCRIPT INCLUDE
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 11:55 PM
Hi,
Your calculation is based on UTC. Is your timezone in GMT? otherwise you may need to convert based on your time zone
Palani

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 11:55 PM
Hi,
Your calculation is based on UTC. Is your timezone in GMT? otherwise you may need to convert based on your time zone
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2025 10:12 PM
thansk.