All Projects → Jvaeyhcd → Hcddatetimepicker

Jvaeyhcd / Hcddatetimepicker

Licence: mit
A beautiful DateTimePicker. 自定义的一个漂亮的有多种时间格式选择的时间选择器.

Projects that are alternatives of or similar to Hcddatetimepicker

vue-datetime-picker
vue-datetime-picker / vue时间日期选择器
Stars: ✭ 16 (-85.19%)
Mutual labels:  datetimepicker
Vue Datetime
Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
Stars: ✭ 928 (+759.26%)
Mutual labels:  datetimepicker
Vue2 Datepicker
A datepicker / datetimepicker component for Vue2
Stars: ✭ 1,154 (+968.52%)
Mutual labels:  datetimepicker
Datetimepicker
jQuery Plugin Date and Time Picker
Stars: ✭ 3,402 (+3050%)
Mutual labels:  datetimepicker
Todo List App
Spring Boot 1.3.2, Spring Data Hibernate H2, REST, Angular 1.5.3, Bootstrap, Maven.
Stars: ✭ 6 (-94.44%)
Mutual labels:  datetimepicker
Intl Date Time
International DateTime for Laravel Nova
Stars: ✭ 50 (-53.7%)
Mutual labels:  datetimepicker
skwas-cordova-plugin-datetimepicker
Cordova Plugin for showing a native date, time or datetime picker.
Stars: ✭ 37 (-65.74%)
Mutual labels:  datetimepicker
Datetimepicker
📅 Date and Time Picker
Stars: ✭ 90 (-16.67%)
Mutual labels:  datetimepicker
Foundation Datetimepicker Rails
foundation-datetimepicker-rails
Stars: ✭ 22 (-79.63%)
Mutual labels:  datetimepicker
Datetimepicker
React Native date & time picker component for iOS, Android and Windows
Stars: ✭ 1,151 (+965.74%)
Mutual labels:  datetimepicker
Datetimepicker
Responsive jQuery DateTime Picker plugin for Web & Mobile
Stars: ✭ 356 (+229.63%)
Mutual labels:  datetimepicker
Jedate
jeDate V6.5.0 是一款原生JS开发的 不依赖任何第三方库 大众化的日期控件,她身兼多职,虽不是万能的,但是她却是功能强大多样的美少女,她除了包含 单双面板、区域选择、 多语言、日历固定、有效无效日期、日期时间戳转换、日期加减、限制时分秒、初始化日期加减N、日期标注点、设定年月(YYYY-MM)、日期范围限制、开始日期设定、自定义日期格式、当天的前后若干天返回、时分秒选择、智能响应、自动纠错、节日识别,操作等常规功能外,根据不同的日期格式,显示不同内容,还拥有更多趋近完美的解决方案。更多的是需要你与她的亲密接触与呵护!
Stars: ✭ 433 (+300.93%)
Mutual labels:  datetimepicker
Datetimepicker
This is a custom android holo datepicker timepicker
Stars: ✭ 56 (-48.15%)
Mutual labels:  datetimepicker
Pickerjs
⚠️ [Deprecated] No longer maintained. JavaScript date time picker.
Stars: ✭ 299 (+176.85%)
Mutual labels:  datetimepicker
Rc Datetime Picker
React component for datetime picker by Moment.js
Stars: ✭ 85 (-21.3%)
Mutual labels:  datetimepicker
angular-eonasdan-datetimepicker
A wrapper directive around the Eonasdan Datepicker v4 component.
Stars: ✭ 63 (-41.67%)
Mutual labels:  datetimepicker
Tempus Dominus
A powerful Date/time picker widget.
Stars: ✭ 6,900 (+6288.89%)
Mutual labels:  datetimepicker
Materialdaterangepicker
A material Date Range Picker based on wdullaers MaterialDateTimePicker
Stars: ✭ 1,315 (+1117.59%)
Mutual labels:  datetimepicker
Angular Bootstrap Datetimepicker
Native Angular date/time picker component styled by Twitter Bootstrap
Stars: ✭ 1,289 (+1093.52%)
Mutual labels:  datetimepicker
Bottomsheetpickers
Third-party date and time pickers for Android.
Stars: ✭ 1,099 (+917.59%)
Mutual labels:  datetimepicker

HcdDateTimePicker

Version License Platform Tag Author

A beautiful DateTimePicker.

Alt Text

Requirements

  • Xcode 6 or higher
  • iOS 7.0 or higher
  • ARC

Installation

Manual Install

All you need to do is drop HCDDateTimePicker files into your project, and add #include HCDDateTimePicker.h to the top of classes that will use it.

Cocoapods

Change to the directory of your Xcode project:

$ cd /path/to/YourProject
$ touch Podfile
$ edit Podfile

Edit your project's Podfile and add the following:

pod 'HcdDateTimePicker'

Install into your Xcode project:

pod setup
pod install

Example

HcdDateTimePickerView *dateTimePickerView = [[HcdDateTimePickerView alloc] initWithDatePickerMode:DatePickerDateMode defaultDateTime:[[NSDate alloc]initWithTimeIntervalSinceNow:0]];
dateTimePickerView.clickedOkBtn = ^(NSString * datetimeStr){
    NSLog(@"%@", datetimeStr);
};
[self.view addSubview:dateTimePickerView];
[dateTimePickerView showHcdDateTimePicker];

TODO

  • [x] DatePickerDateMode
  • [x] DatePickerTimeMode
  • [x] DatePickerDateTimeMode
  • [x] DatePickerYearMonthMode
  • [x] DatePickerMonthDayMode
  • [x] DatePickerHourMinuteMode
  • [x] DatePickerDateHourMinuteMode

Contact me

If you find some bugs or you have some suggest, please contact me or post me an issue.Thank you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].