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)).
License |
License |
---|---|
GroupId | GroupIdde.tschumacher |
ArtifactId | ArtifactIdsmartdate |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsmartdate
Smart Date Parser
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smartdate-0.0.3.pom | |
smartdate-0.0.3.jar | 11 KB |
smartdate-0.0.3-sources.jar | 8 KB |
smartdate-0.0.3-javadoc.jar | 72 KB |
Browse |
<!-- 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"]
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 |
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)).