How to convert Year and Day of Year to Date?
I have a year value and a day of year and would like to convert to a date (day/month/year).
I have a year value and a day of year and would like to convert to a date (day/month/year).
I have a string "2012.11.07" in python. I need to convert it to date object and then get an integer value of day of year and also Julian day. Is it possible?