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

utils.utils.kt Maven / Gradle / Ivy

There is a newer version: 0.0.4-dev-1
Show newest version
package com.elouyi.bely.utils

import java.time.LocalDateTime
import java.time.format.DateTimeFormatter

fun now(): String{
    val format = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")
    return LocalDateTime.now().format(format)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy