Take Command / TCC Help v. 13.03

@IDOW

Hide Navigation Pane

@IDOW

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

@IDOW

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 (...)

@IDOW[date[,format]] : Returns the 3-character abbreviation for the day of the week for the specified date, in the current locale language. See date formats for information on date formats.

 

@IDOW 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)

 

Examples:

 

echo %@idow[01-01-1980]

echo %@idow[%_date]

 

See also: @DOW.

 

Comments (...)