#1367: PFDateCompatibilityUtils.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/time/PFDateCompatibilityUtils.kt Type: Kotlin Compatibility Utility · Purpose: Compatibility utility bridging different APIs or versions. · Source: projectforge-business/src/main/kotlin/org/projectforge/framework/time/PFDateCompatibilityUtils.kt 102 lines · 62 code · 33 comments · 7 blank
Compatibility utility bridging different APIs or versions.

Class: PFDateCompatibilityUtils

Annotations

@JvmStatic

Functions

Architecture Analysis

Resides in projectforge-business, the core module containing domain logic, services, and persistence. Provides Utility Functions as a Kotlin object singleton with shared stateless helpers used application-wide.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
d732a90538PFDateTimeUtils.parse supports now parameter parseWithZoneId
9fcdf1b069WTF: now, moment needs 0-sunday, 1-monday as first day of week. Was 1-sunday, 2-monday, ... as timezone was set before.
93ecd87d0eCalendarPanel.jsx supports now new firstDayOfWeek implementation.
6874f66b44FirstDayOfWeek...