https://github.com/queirozfcom/scala-date-time-utils
Useful utils for dealing with date and time in Scala (Java 8+), mostly to emulate useful date math and macros present in Elasticsearch.
https://github.com/queirozfcom/scala-date-time-utils
Last synced: about 3 hours ago
JSON representation
Useful utils for dealing with date and time in Scala (Java 8+), mostly to emulate useful date math and macros present in Elasticsearch.
- Host: GitHub
- URL: https://github.com/queirozfcom/scala-date-time-utils
- Owner: queirozfcom
- License: mit
- Created: 2016-08-20T20:09:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T06:32:24.000Z (almost 9 years ago)
- Last Synced: 2025-01-03T17:34:19.752Z (over 1 year ago)
- Language: Scala
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-date-time-utils
Useful utils for dealing with date and time in Scala (Java 8+), mostly to emulate useful date math and macros present in Elasticsearch.
### Version Matrix
|scala version | library version |
|---|---|
| 2.10.x | [  ](https://bintray.com/queirozfcom/maven/scala-date-time-utils/_latestVersion)|
| 2.11.x |[  ](https://bintray.com/queirozfcom/maven/scala-date-time-utils/_latestVersion) |
| 2.12.x | [  ](https://bintray.com/queirozfcom/maven/scala-date-time-utils/_latestVersion) |
### Installing
Add to `build.sbt`:
```
resolvers += Resolver.bintrayRepo("queirozfcom","maven")
libraryDependencies += "com.queirozf" %% "scala-date-time-utils" % ""
```