Hi niteowl,
Thanks for the replies, I'm looping through my array to find the dates which are in the current year and month so that I can display only those.
Its working ok with a two dimensional array as I loop through the array first colum [i][0] and if I get a match I can then use [i][1]...