06.04.2013, 15:31
If you do this:
It will return the amount of days since the start of the current year. So for 31th of December that will be something like 364 or 365. For 1st of January that will probably be 1. The 1st of February will probably be 32. The 1st of March will probably be something like 60. 
More information: getdate()
Код:
new day = getdate();

More information: getdate()

