jar

edu.utah.bmi.pojava : pojava

Maven & Gradle

Nov 16, 2020
2 usages
0 stars

POJava DateTime · POJava DateTime is a simple, light-weight Java-based API for parsing and manipulating dates. It parses dates from most languages and formats out of the box without having to specify which format is expected. Defaults such as time zones, and whether to interpret an internationally ambiguous date like "03/06/2014" as DMY order or MDY order are inferred by system time zone and locale and stored in a default config object that can be replaced or overridden. Multiple languages for month names are supported without any additional configuration needed. This is a forked version edited by Jianlin

Table Of Contents

Latest Version

Download edu.utah.bmi.pojava : pojava JAR file - Latest Versions:

All Versions

Download edu.utah.bmi.pojava : pojava JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pojava-3.0.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.pojava.datetime

├─ org.pojava.datetime.CalendarUnit.class - [JAR]

├─ org.pojava.datetime.DateTime.class - [JAR]

├─ org.pojava.datetime.DateTimeConfig.class - [JAR]

├─ org.pojava.datetime.DateTimeConfigBuilder.class - [JAR]

├─ org.pojava.datetime.DateTimeFormat.class - [JAR]

├─ org.pojava.datetime.Duration.class - [JAR]

├─ org.pojava.datetime.IDateTimeConfig.class - [JAR]

├─ org.pojava.datetime.LocalConfig.class - [JAR]

├─ org.pojava.datetime.MonthMap.class - [JAR]

├─ org.pojava.datetime.Shift.class - [JAR]

├─ org.pojava.datetime.Tm.class - [JAR]

Advertisement