commonMain.net.codinux.i18n.datetime.Month.kt Maven / Gradle / Ivy
Go to download
Localizing language, country, unit and currency names and formatting numbers and dates for Kotlin Multiplatform with the data from Unicode CLDR project
The newest version!
package net.codinux.i18n.datetime
enum class Month(val monthNumber: Int) {
January(1),
February(2),
March(3),
April(4),
May(5),
June(6),
July(7),
August(8),
September(9),
October(10),
November(11),
December(12)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy