Skip to content

Parses text for any date format and returns the date object. No need to know format type.

License

Notifications You must be signed in to change notification settings

messai-engineering/Yuga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yuga

Parses text for any date format and returns the date object. No need to know format type.
Yuga powers the text parser for MessAI
Android Arsenal

Getting Started

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

Prerequisites

None. You can call it from anything which runs Java.

Usage

Response response = com.twelfthmile.yuga.Yuga.parse("Friday, 22nd September 4:30 PM");
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.

Versioning

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

Authors

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.

About

Parses text for any date format and returns the date object. No need to know format type.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages