My goal is to show red flag if date is less then 3 months from NOW.
How would I input the value for the date 3 months from NOW for this module to understand it?

Thanks!

Comments

sashkernel created an issue. See original summary.

Subhransu.addweb’s picture

Your requirement is achieved by custom code. Get previous 3 months of timestamp and get current timestamp via PHP code. Then compare timestamp and you can set your flag values.

Hope this helps you.

Subhransu.addweb’s picture

Status: Active » Needs review