SkillAgentSearch skills...

DateParser

Date identification in text. Output includes java date object and format of identified date. Fast results with minimal processing and memory utilization.

Install / Use

/learn @vbhavsingh/DateParser
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DateParser

fast date identifcation algoritham. Does not uses regex and is easy on CPU.

Visit http://coffeefromme.blogspot.com/2015/10/utility-to-extract-date-from-text-with.html for implementation details.

Use with maven

    <dependency>
        <groupId>net.rationalminds</groupId>
        <artifactId>DateParser</artifactId>
        <version>1.4</version>
    </dependency>

Supported Date formats

DD[]MM[MMM][]YY[YY]

MM[MMM][]DD[]YY[YY]

YY[YY][]MM[MMM][]DD

Supported Date Time formats

DD[]MM[MMM][]YY[YY]{}HH[24]:mm:ss[.SSS][][AM|PM]

MM[MMM][]DD[]YY[YY]{}HH[24]:mm:ss[.SSS][][AM|PM]

MM[MMM][]DD,[]YY[YY]{}HH[24]:mm:ss[.SSS][][AM|PM]

YY[YY][]MM[MMM][]DD{}HH[24]:mm:ss[.SSS][][AM|PM]

*[] Delimiter like / \ - _ . | whitescape etc

*{} Delimiter _ T whitescape

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated3mo ago
Forks6

Languages

Java

Security Score

82/100

Audited on Dec 16, 2025

No findings