A
ajliaks
Hi all,
I have a list of numbers, and I need to sort them as date. fo
example:
281100 ==> must be 28/november/2000
110303 ==> must be 11/march/2003
271004 ==> must be 27/october/2004
I am trying to convert these numbers into dates, and sorting them, bu
getting errors in the translation, for example, if I try
NewDate=CDate(110303), I get 30/December/2201 instead o
11/November/2003
Could anybody help, please?
Thanks in advance,
Aldo
I have a list of numbers, and I need to sort them as date. fo
example:
281100 ==> must be 28/november/2000
110303 ==> must be 11/march/2003
271004 ==> must be 27/october/2004
I am trying to convert these numbers into dates, and sorting them, bu
getting errors in the translation, for example, if I try
NewDate=CDate(110303), I get 30/December/2201 instead o
11/November/2003
Could anybody help, please?
Thanks in advance,
Aldo