SQL
AخA
SELECT COUNT(*), MIN(rc_timestamp)
FROM recentchanges
JOIN comment_recentchanges ON comment_id = rc_comment_id AND comment_text like "%date formats per [[MOS:DATEFORMAT]] by [[WP:MOSNUMscript|script]]%"
/*WHERE rc_timestamp >= "20220508"*/
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.