Hi, sorry for the bad english but i'm italian.
if the thread is in the wrong place change it.
I need a method or functions to return a day of the year passing the day, month and year,for example:
if i pass 1/02/2010 the functions returns 32, if i pass 1/01/2010 the functions returns 1, etc.
EDIT:
I'm a stupid, i've solved the problem, i used GregorianCalendar, it was very simple.