How to set start date to within one month from now?

vidhya_mouli
Giga Sage

How to set this filter:

vidhya_mouli_0-1709285508256.png

 

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

This will work for you

AnuragTripathi_0-1709285715930.png

 

-Anurag

View solution in original post

2 REPLIES 2

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

This will work for you

AnuragTripathi_0-1709285715930.png

 

-Anurag

Harish KM
Kilo Patron
Kilo Patron

Hi @vidhya_mouli where do you want to set start date to 1 month from now? is it on field or your looking for some  filter?

you can use below script on field's default value

javascript: var gdt = new GlideDateTime();gdt.addMonths(1);gdt.getDisplayValue();

Regards
Harish