Okie. Thanks. I've gotten that. I've this issue that I need to resolve. I'm thinking of doing it this way but unsure how to approach it.
Base on the current month and year, it will generate a array of dates of the current month.
For each of the date, I need to allocate a name to it. Thus, I guess I need to loop through each of the date, and then executes codes to find out who will fit into the date. For example, from the previous codes you could see, I find a array of Name and Date. The dates are date that the Name are not free.
So how do you suggest me to approach this? Let me know if I'm not clear on the above.