I have an informed date ($ date_crl) and need to display an alert in 3 conditions:
If date_crl is greater than 30 days from the current date: CURRENT.
If date_crl is less than the current date: DEFAULT.
If date_crl is missing 30 days or less to win: ALERT
Am I having trouble getting these 30 days?