mwermuth / MWDatePicker

Customize the good ol' UIDatePicker
MIT License
102 stars 22 forks source link

Hello there how to get the date & time? #1

Closed veerreef closed 11 years ago

veerreef commented 11 years ago

Hello there how do i nslog the date time in - (void)datePicker:(MWDatePicker*)picker didSelectRow:(NSInteger)row inComponent:(NSInteger)component

mwermuth commented 11 years ago

I already implemented a function in MWDatePicker.m called (NSDate*)getDate; But I didn't provide it in the example ;)

I pushed a new commit, so now you will see the NSDate in your Log Window.