18.04.2010, 21:47
Hi. I have dates in format 01012010 ([day][month][year]).
It's with leading zeros. I want to get day, month, year from this. (ex. day = 1, month = 1, year = 2010)
It will be something like UncodeDate(datecode, &day, &month, &year); but I don't know how to wrote this.
Thanks.
It's with leading zeros. I want to get day, month, year from this. (ex. day = 1, month = 1, year = 2010)
It will be something like UncodeDate(datecode, &day, &month, &year); but I don't know how to wrote this.
Thanks.