How can I get list of dates of the current month till current date of that month?The Code I have tried so far. I am getting all the dates of this current month.
Код: Выделить всё
Код: Выделить всё
$month = 12;
$year = 2022;
Код: Выделить всё
for($d=1; $d
Источник: [url]https://stackoverflow.com/questions/74809988/how-can-i-get-all-dates-of-current-month-till-current-date[/url]