I have a long varialable in format %10.0g, which in an integer showing monthdayyear, ie it could be 61289, or 221189
I need to convert this to a %td ie daily date, so I can work out an age using two dates
I am struggling to work out the right code to do this, and any help would be really appreciated?
I need to convert this to a %td ie daily date, so I can work out an age using two dates
I am struggling to work out the right code to do this, and any help would be really appreciated?
Comment