I want to convert a date like 01/31/2013 to the day of year (31 in this case). This date is from user input, so I also need to check if it is a valid date. I know I can calculate day of year by myself like below:I want to convert a date like 01/31/2013 to the