smartdate

Smart Date Parser

License

License

GroupId

GroupId

de.tschumacher
ArtifactId

ArtifactId

smartdate
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

smartdate
Smart Date Parser
Project URL

Project URL

https://github.com/tobasschu/smartdate
Source Code Management

Source Code Management

https://github.com/tobasschu/smartdate.git

Download smartdate

How to add to project

<!-- https://jarcasting.com/artifacts/de.tschumacher/smartdate/ -->
<dependency>
    <groupId>de.tschumacher</groupId>
    <artifactId>smartdate</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.tschumacher/smartdate/
implementation 'de.tschumacher:smartdate:0.0.3'
// https://jarcasting.com/artifacts/de.tschumacher/smartdate/
implementation ("de.tschumacher:smartdate:0.0.3")
'de.tschumacher:smartdate:jar:0.0.3'
<dependency org="de.tschumacher" name="smartdate" rev="0.0.3">
  <artifact name="smartdate" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tschumacher', module='smartdate', version='0.0.3')
)
libraryDependencies += "de.tschumacher" % "smartdate" % "0.0.3"
[de.tschumacher/smartdate "0.0.3"]

Dependencies

compile (5)

Group / Artifact Type Version
joda-time : joda-time jar 2.9.9
org.mockito : mockito-core jar 1.10.19
junit : junit jar 4.12
uk.co.jemos.podam : podam jar 7.0.3.RELEASE
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.

SmartDate


Parses a Date String into a time interval.

For example "November 2018" gernerates an SmartDate(Date(2018-11-01 00:00), Date(2018-11-30 23:59)).

Versions

Version
0.0.3
0.0.2
0.0.1