项目作者: messai-engineering

项目描述 :
Yuga in multi-platform kotlin, enabling it in iOS and JVM
高级语言: Kotlin
项目地址: git://github.com/messai-engineering/Kyuga.git
创建时间: 2020-02-21T06:35:26Z
项目社区:https://github.com/messai-engineering/Kyuga

开源协议:MIT License

下载


Kyuga

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.

Getting Started

Its the simplest API, just pass the text, we will return the Date object.

Prerequisites

None :relaxed:

Usage

  1. val response: Response = KYuga.parse("Friday, 22nd September 4:30 PM");
  2. val date: Date = response.getDate();

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Latest Releases

  • 0.1.0

    • common

      Download

      1. implementation "in.messai.kyuga:kyuga:0.1.0"
    • android

      Download

      1. implementation "in.messai.kyuga:kyuga-android:0.1.0"
    • iOS

      Download

      1. implementation "in.messai.kyuga:kyuga-iosx64:0.1.0"
      1. implementation "in.messai.kyuga:kyuga-iosarm64:0.1.0"
      1. implementation "in.messai.kyuga:kyuga-iosarm32:0.1.0"

      Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Kotlin contributor:

Yuga creators:

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

This project owes thanks to few good people. You know who you are.
We love you.