liiuzhongyi / DatePicker

日期选择器,日期时间选择,时间选择器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DatePicker

日期选择器,日期时间选择,时间选择器

GitHub: https://github.com/Zws-China/DatePicker

PhotoShoot

image

How To Use

WSDatePickerView *datepicker = [[WSDatePickerView alloc] initWithCompleteBlock:^(NSDate *startDate) {
    NSString *date = [startDate stringWithFormat:@"yyyy-MM-dd HH:mm"];
    NSLog(@"时间: %@",date);
}];
    datepicker.datePickerStyle = DateStyleShowYearMonthDayHourMinute;
    [datepicker show];

About

日期选择器,日期时间选择,时间选择器


Languages

Language:Objective-C 100.0%