Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (38 loc) · 1.2 KB

DateTimePickerLibrary

Download

dependencies:

implementation 'com.android.support:appcompat-v7:27.1.1'

Maven:

<dependency>
  <groupId>jsc.kit.datetimepicker</groupId>
  <artifactId>DateTimePickerLibrary</artifactId>
  <version>_latestVersion</version>
  <type>pom</type>
</dependency>

Gradle:

compile 'jsc.kit.datetimepicker:DateTimePickerLibrary:_latestVersion'

optional:

You may need to add maven url in your app gradle file as below:

allprojects {
    repositories {
        ...
        maven { url "https://dl.bintray.com/justinquote/maven" }
    }
}

ProGuard:

Content:

Component list:

index Component Article
1 DateTimePicker 日期选择器DateTimePicker
update log:

v0.4.8:

fix some bugs about DateTimePicker.