
com.yukihirai0505.iService.common.utils.DateUtil.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common_2.11 Show documentation
Show all versions of common_2.11 Show documentation
A common Scala library for the iService
The newest version!
package com.yukihirai0505.iService.common.utils
/**
* author Yuki Hirai on 2017/05/30.
*/
object DateUtil {
/***
* Create timestamp
* @return
*/
def timestamp: String = {
(System.currentTimeMillis / 1000).toString
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy