This project is the kotlin multi-platform form of Yuga. The library parses text for any date format and returns the date object. No need to know format type.
Its the simplest API, just pass the text, we will return the Date object.
None
val response: Response = KYuga.parse("Friday, 22nd September 4:30 PM");
val date: Date = response.getDate();
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- 0.1.0
We use SemVer for versioning. For the versions available, see the tags on this repository.
Kotlin contributor:
Yuga creators:
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
This project owes thanks to few good people. You know who you are. We love you.