
com.yukihirai0505.iService.utils.DateUtil.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iservice_2.11 Show documentation
Show all versions of iservice_2.11 Show documentation
A Scala library for Instagram
The newest version!
package com.yukihirai0505.iService.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