1
2
3
export const todaysDayOfMonth = () => {
return new Date().getDate();
};