I have two dates: 2009-05-11 and the current date. I want to check whether the given date is the current date or not. How is this possible.
2009-05-11
Can any one give me an idea how to get the current date in milliseconds?
What I want to do seems pretty simple, but I can't find any answers on the web. I have an NSMutableArray of objects, and let's say they are 'Person' objects. I want to sort the NSMutableArray by Person.birthDate which …
My application uses an UITextView. Now I want the UITextView to have a placeholder similar to the one you can set for an UITextField. How to do this?