0
I have an informed date ($date_crl) and need to show an alert in 3 conditions:
If date_crl is greater than 30 days from current date: VIGENTE.
If date_crl is less than the current date: DUE.
If date_crl missing 30 days or less to win: ALERT
I’m having a hard time catching these 30 days?
How is this date formatted? You could put what you have already done or tried to do in your question?
– KillerJack