Hello. When sorting by date, sorting takes place by numbers, but the months are displayed in the reverse order - November, October. Here is the query:
SELECT *, DATE_FORMAT(date, '%d %M %Y') AS `date` FROM
tableWHEREstart= '$ search' ANDend= '$ search1' ANDdateBETWEEN curdate () AND curdate () + interval 2 month ORDER BY date DESC "
What to fix to get everything right - days and months in ascending order?