DAYOFMONTH(date)
SELECT DAYOFMONTH(date) FROM Payments;
SELECT member_name, DAYOFMONTH(birthday) FROM FamilyMembers;