Increase Default Date Options

In which folder would I find the file to add more options to the default date values, currently there are…

yesterday
today
tomorrow
next week
next monday
next friday
two weeks
next month (30days?)
first day of next month
three months (90days?)
six months
next year

I would like to add…
30days if next month does not mean 30 days
60 days
90days if three months does not mean 90 days

Thank you

Hi SuiteConvert,

Have a look at -

include\generic\SugarWidgets\SugarWidgetFielddatetime.php

include\generic\SugarWidgets\SugarWidgetFielddate.php

You can find a array having different options. You have to create query for customized options.

Regards,
Alpesh Savaliya