All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvm-jdk17Main.kron.utils.nowYear.kt Maven / Gradle / Ivy

The newest version!
package kron.utils

import java.time.Year

/**
 * 获取当前年份
 */
actual fun nowYear(): Int = Year.now().value




© 2015 - 2024 Weber Informatics LLC | Privacy Policy