Split Date into Arrays

i need a date 12/09/2012 to print in a box i.e in 8 boxes while running the report,im using nav 2009 r2,im fresher,so help me to find this.

You need to create array variable and loop through it and store each value in one array

ex:

FOR Index := 1 TO 8 DO
ChallanDate2[Index] := COPYSTR(FORMAT(“Challan Date”,0,’<Day,2><Month,2>’),Index,1);