I'm currently working on a small iPad project and I needed to display the day of the week (e.g. Friday, Saturday...etc.) on a UILabel, so I used the following code snippet to obtain the day of the week integer from the NSCalendar, and thought I'd share it with every one else here:
Continued...