I'm trying to pint the month, day, and year, separately to the console.
I need to be able to access each section of the date individually. I can get the whole thing using time.now()
from the "time" package but I'm stuck after that.
Can anyone show me where I am going wrong please?