===== Month (Function) ===== ==== Format ==== **month**\\ **month** ( ) returns [[integerexpressions|integer_expression]] ==== Description ==== Returns the current system clock's month. January is 0, February is 1... December is 11. ==== Example ==== cls dim n$(12) n$ = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"} print day + "-" + n$[month] + "-" + year on New Years will display 1-Jan-2010 ==== See Also ==== {{page>en:start#Time and Date&noheader}} ==== History ==== |0.9.4|New To Version|