#1363: DateParser.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/time/DateParser.kt Type: Kotlin Parser · Purpose: Parser implementation converting text input to structured data. · Source: projectforge-business/src/main/kotlin/org/projectforge/framework/time/DateParser.kt 173 lines · 111 code · 53 comments · 9 blank
Parser implementation converting text input to structured data.
Class: DateParser
Annotations
@JvmOverloads, @JvmStatic
Properties
| Name | Mutable |
str | val |
instant | val |
zoneId | val |
str | val |
str | val |
Functions
Architecture Analysis
Resides in projectforge-business, the core module containing domain logic, services, and persistence.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
1964a7e733 | PFDateTimeUtils/DateParser: parsing of epoch seconds/millis improved. |
c193e8288c | Ical4j: migration stuff... (all tests OK) |