STRINGS
This is what I want to do.
take in information on the day, the month, the year.
I want to arrange this in a string as, for exmple, 20041212. I want it arranged as year, month, day so that I can compare it with other dates.
What I have at the moments is not working which is stringx= y + m + d.
How can I get it to do what I want?
I take the information in but when I compare it to other dates it goes all screwy.
take in information on the day, the month, the year.
I want to arrange this in a string as, for exmple, 20041212. I want it arranged as year, month, day so that I can compare it with other dates.
What I have at the moments is not working which is stringx= y + m + d.
How can I get it to do what I want?
I take the information in but when I compare it to other dates it goes all screwy.
