How to check if the given date falls in current week and current month
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2024 10:23 PM
How to check if the given date falls in current week and current month
Using filter in encoded query as date on today or date on this month works as per the user time zone. But I want this be achieved via script and in IST time zone, I want to check if the date falls in current week or current month.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2024 10:36 PM
in script get the start date of the week and end date of the week and also get current month
then you can compare
what script did you start with?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2024 10:37 PM
check this
Get the beginning of the PROVIDED week in a GlideDate/GlideDateTime
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2024 10:40 PM
@Ankur Bawiskar I have written this in ACL and this is to check today's date as per the IST timezone similarly I want to check for this week and this month date according to that I want to make field editable. This is not working
Restrict field on the basis of date using ACL
I have written write ACL on a field. This field should be editable if the date is today's date. if it is not current date then it should not allow the field to be edited.
I have written a script in ACL but not sure what is wrong here:
Script :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2024 10:48 PM
check link I shared
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader