I need to insert into array a unique value based a date
I loop with the for next a value date.
All value are date in this format dd/mm/yyyy hh:mm
for example:
...
03/02/2001 12.14
01/01/2001 12.23
01/01/2001 05.11
03/02/2001 06.11
01/01/2001 03.10
...
i need to fill array only with the value most little from the same date
in this case array:
01/01/2001 03.10
03/02/2001 06.11
i hope understand me...
In effect the only distinguish par is hour and minutes
I loop with the for next a value date.
All value are date in this format dd/mm/yyyy hh:mm
for example:
...
03/02/2001 12.14
01/01/2001 12.23
01/01/2001 05.11
03/02/2001 06.11
01/01/2001 03.10
...
i need to fill array only with the value most little from the same date
in this case array:
01/01/2001 03.10
03/02/2001 06.11
i hope understand me...
In effect the only distinguish par is hour and minutes