Take Command / TCC Help v. 13.03

@MONTH

Hide Navigation Pane

@MONTH

Previous topic Next topic No directory for this topic No expanding text in this topic  

@MONTH

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@MONTH[date[,format]] : Returns the month number for the specified date (1-12). See date formats for information on acceptable date formats.

 

@MONTH 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 %@month[2010-01-01]

echo %@month[%_date]

 

 

 

 

Comments (...)