11# Persian Date Picker
22
3- An easy to use Android library to pick a date.
3+ ** An easy to use Android library to pick a date.**
44
55[ ![ API] ( https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=16 )
66[ ![ Build Status] ( https://travis-ci.org/SirLordPouya/PersianLinearDatePicker.svg?branch=master )] ( https://travis-ci.org/SirLordPouya/PersianLinearDatePicker )
@@ -13,9 +13,9 @@ An easy to use Android library to pick a date.
1313</p >
1414
1515You can set the minimum and maximum dates to be shown to the user. After user selects the desired
16- date, you can get the year, month and day separator or joined together by any separator you like.
16+ date, you can get the year, month and day separated, or joined together by any separator character you like.
1717
18- Also the numbers are shown in Persian by default to users.
18+ Also the numbers are shown in Persian characters by default to users.
1919
2020<p align =" center " >
2121<img src =" https://github.com/SirLordPouya/PersianLinearDatePicker/blob/master/shots/Screenshot_3.png " width =" 450 " >
@@ -25,7 +25,7 @@ Also the numbers are shown in Persian by default to users.
2525
2626### Library
2727
28- This project is made by Kotlin and AndroidX completely and is not a forked or refactored code .
28+ This project is made in Kotlin and AndroidX.
2929
3030### Current Functions
3131
@@ -79,7 +79,7 @@ Add PersianLinearDatePicker view to your xml:
7979 app : minYear =" 1320" />
8080```
8181
82- Note that maxYear and minYear are optional. If you dont set any values for minYear or maxYear,
82+ Note that maxYear and minYear are optional. If you don't set any values for minYear or maxYear,
83831320..1420 will be used as default values.
8484
8585## License
0 commit comments