| Programming C# C++ (7) Delphi (617) Java (8) JavaScript (31) perl (9) mysql (3) perl CGI (3) php (4) VBScript (1) Visual Basic (1) |
Determine the day of the year
Question: How can I find out what day of the year it is?Answer: Use localtime() and either simply access element [7]:
Comments:
| ||||||||||||||||||