Package javatapas.lang
Class GetTimestamp
java.lang.Object
javatapas.lang.GetTimestamp
public class GetTimestamp extends Object
Get a timestamp of the current time in the format of a typical SQL timestamp.
Published at https://www.javatapas.com/lang/Java-Get-Timestamp.html
Javadoc at https://www.javatapas.com/docs/javatapas/lang/GetTimestamp.html
Published at https://www.javatapas.com/lang/Java-Get-Timestamp.html
Javadoc at https://www.javatapas.com/docs/javatapas/lang/GetTimestamp.html
- Version:
- 2021-05-27
- Author:
- Kodiak Brown
-
Constructor Summary
Constructors Constructor Description GetTimestamp()
-
Method Summary
Modifier and Type Method Description static String
getTimestamp()
Get Current Timestamp
-
Constructor Details
-
GetTimestamp
public GetTimestamp()
-
-
Method Details
-
getTimestamp
Get Current Timestamp- Returns:
- The current time in a timestamp format.
-