I'm working on a project that needs to have a list of weekdays.
I could get their locale names using the NSDateFormatter without a problem, but I was hoping to have an integer weekday also to save on the database and do some work.
Where can i get that number?
Thanks, Leonardo