I have a variable of type integer. It contains years as YYYY. I wish to convert it to double type and %td format. I wish to add 1st January as the day and month for each year.
How can I do this?
Thanks.