I am making a script in which I show some dates that I have in an array, starting from another given date, I have to show only the dates greater than or equal to the given date
What php functions can I use for the script?
Thank you!
I am making a script in which I show some dates that I have in an array, starting from another given date, I have to show only the dates greater than or equal to the given date
What php functions can I use for the script?
Thank you!