$datestamp
$datestamp will return the day in MS.
Usage
$datestampExample(s)
This will return day of the month, in MS ( we’re using $humanizeMS to make it readable ):
1client.command({2    name: "datestamp",3    code: `4  $humanizeMS[$datestamp]5  `6});