<< Click here to display Table of Contents >> Navigation: TCC > Variables & Functions > Functions:
@ISODOWI[date] : Returns the ISO 8601 numeric day of the week (Monday=1, Sunday=7).
Examples:
echo %@isodowi[%_date]
7
echo %@isodowi[2012-01-02]
1