CurrentDate
See javadoc - uk.gov.gchq.koryphe.impl.function.CurrentDate
Available since Koryphe version 1.8.0
Returns the current date
Examples
Get current date
Java
JSON
Full JSON
Python
final CurrentDate currentDate = new CurrentDate();
{
"class" : "CurrentDate"
}
{
"class" : "uk.gov.gchq.koryphe.impl.function.CurrentDate"
}
g.CurrentDate()
Input type:
java.lang.Object
Example inputs:
Input Type | Input | Result Type | Result |
---|---|---|---|
null | java.util.Date | Tue Oct 11 10:39:28 UTC 2022 |