-3
I’m wanting to think of a way to make the consultation two days repeated in the month.
The days are 15 and 30, I would like to make an IF on those dates where will return me a value. In case this consultation would be monthly and then I did so $evento = date("15/m/y"); $evento1 = date("30/m/y");
I’ve hit my head I can’t think of a way to do that.
The query will be done via crontab, I just need to return the value to insert in the cron code.
I don’t need the cron, I just need to do the IF on the specific day.
– OnAir Publicidade Digital