Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 09:28 PM
Hi,
I have a requirement to have this date picker should display 4 weeks ahead from todays date
Thank you
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 04:08 PM
Set the default value on the variable
javascript: var gdt = new GlideDateTime(); gdt.addDaysLocalTime(28); gdt.getDate();
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 04:08 PM
Set the default value on the variable
javascript: var gdt = new GlideDateTime(); gdt.addDaysLocalTime(28); gdt.getDate();