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

scsh.systime.sc Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
/*
	@Begin
	Display server time

	Syntax
		systime
	@End
 */

import java.text.SimpleDateFormat

val fmt14 = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss")

println("")
println(fmt14.format(new java.util.Date(System.currentTimeMillis())))
println("")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy