Just looked again at your post PHV and i changed it slightly to;
awk -F"," '{split($2,DTM,":");count[$11" "DTM[1]]++}END{for(name in count) printf "%30s - %d\n", name, (count[name]) | "sort -k1" }'
This works exactly how i wanted it too, so a big thankyou to you for your help.