$date will return the day of the month.
$date
This will return day of the month, for example, 28:
28
1client.command({2 name: "date",3 code: `4 $date5 `6});