@DAY[date[,format]] : Returns the numeric day of the month for the specified date. See date formats for information on acceptable date formats.

 

@DAY accepts an optional second parameter specifying the date format:

 

0default
1USA (mm/dd/yy)
2Europe (dd/mm/yy)
3Japan (yy/mm/dd)
4ISO (yyyy-mm-dd)
5ISO 8601 yyyy-Www-d
6ISO 8601 yyyy-ddd

 

Examples:

 

echo %@day[2012-01-01]

1

 

echo %@day[%_date]

6