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