Returns the day of the month.
Syntax Day ( date_value )
Dim intMonthDay
intMonthDay = Day(#12/31/2012#)
PowerShell equivalent, get the value of the Day property for the current date:
$result = (get-date).day
“If you are planning for a year, sow rice; if you are planning for a decade, plant trees; if you are planning for a lifetime, educate people” ~ Chinese Proverb
Date - The current date.
Now - The current system date and time.
GetDate.vbs - Return the current Year/month/Day and time.
Standard date and time notation - YYYY-MM-DD