utilizzi un campo date?

puoi fare una cosa simile

SELECT COUNT(*) AS conta, data FROM utenti GROUP BY data ORDER BY conta DESC LIMIT 1