Erreur de la base de données WordPress : [Incorrect DATETIME value: '2024-11-31 23:59:59']SELECT MONTH(post_date) AS month, YEAR(post_date) AS year
FROM mod71_posts
WHERE post_date > '2024-11-31 23:59:59'
AND post_type = 'post' AND post_status = 'publish'
ORDER BY post_date ASC
LIMIT 1
Erreur de la base de données WordPress : [Incorrect DATETIME value: '2024-11-31 23:59:59']SELECT DISTINCT DAYOFMONTH(post_date)
FROM mod71_posts WHERE post_date >= '2024-11-01 00:00:00'
AND post_type = 'post' AND post_status = 'publish'
AND post_date <= '2024-11-31 23:59:59'
L | M | M | J | V | S | D |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |