Re: day of the year to date/timestamp




"joxy" <osorio.hugo@xxxxxxxxx> schreef in bericht
news:63856e60-0cef-4f36-979e-9415b0460bfb@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello comunity,

is there any way in order to convert or to have a date from 1.the day
of the year (the consecutive) and 2.the year

i need to get the whole date having theses data... and i haven't found
the solution... anybody has an idea?

thank you very much

date("d-m-Y", mktime(0,0,0,1,367,2008))
will return '01-01-2009'

so, ... it should be possible... ;-)



.