From 107481f9ad5783daed68de8dadea65be57a6266b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 14:21:24 +0100 Subject: Site initial commit --- .../kotlin.-string/index.html | 25 ---------------------- .../kotlin.-string/to-date-f.html | 20 ----------------- 2 files changed, 45 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.utils/kotlin.-string/index.html delete mode 100644 docs/api/pl.treksoft.kvision.utils/kotlin.-string/to-date-f.html (limited to 'docs/api/pl.treksoft.kvision.utils/kotlin.-string') diff --git a/docs/api/pl.treksoft.kvision.utils/kotlin.-string/index.html b/docs/api/pl.treksoft.kvision.utils/kotlin.-string/index.html deleted file mode 100644 index cbb2e8e8..00000000 --- a/docs/api/pl.treksoft.kvision.utils/kotlin.-string/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - - -pl.treksoft.kvision.utils.kotlin.String - kvision - - - -kvision / pl.treksoft.kvision.utils / kotlin.String
-
-

Extensions for kotlin.String

- - - - - - - -
-

toDateF

-
-fun String.toDateF(format: String = "YYYY-MM-DD HH:mm:ss"): Date -

Extension function to convert String to Date with a given date format.

-
- - diff --git a/docs/api/pl.treksoft.kvision.utils/kotlin.-string/to-date-f.html b/docs/api/pl.treksoft.kvision.utils/kotlin.-string/to-date-f.html deleted file mode 100644 index c014aaab..00000000 --- a/docs/api/pl.treksoft.kvision.utils/kotlin.-string/to-date-f.html +++ /dev/null @@ -1,20 +0,0 @@ - - - -toDateF - kvision - - - -kvision / pl.treksoft.kvision.utils / kotlin.String / toDateF
-
-

toDateF

- -fun String.toDateF(format: String = "YYYY-MM-DD HH:mm:ss"): Date -

Extension function to convert String to Date with a given date format.

-

Parameters

-

-format - date/time format

-

Return
-Date object

- - -- cgit