akismet-kotlin
/
net.thauvin.erik.akismet
/
Akismet
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Sources
Functions
dateToGmt
Link copied to clipboard
@
JvmStatic
()
fun
dateToGmt
(date:
LocalDateTime
):
String
Content copied to clipboard
Converts a locale date/time to a UTC timestamp.
@
JvmStatic
()
fun
dateToGmt
(date:
Date
):
String
Content copied to clipboard
Converts a date to a UTC timestamp.
jsonComment
Link copied to clipboard
@
JvmStatic
()
fun
jsonComment
(json:
String
):
AkismetComment
Content copied to clipboard
(Re)Creates a
comment
from a JSON string.
Sources
jvm source
Link copied to clipboard