From a70acf853de62d0754ca95aa4103712b82afdef8 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 17 Oct 2018 18:40:15 +0200 Subject: API Documentation for KVision 0.0.18 --- .../kotlin.-string/index.html | 25 ---------------------- .../kotlin.-string/to-date-f.html | 20 ----------------- 2 files changed, 45 deletions(-) delete mode 100644 api/pl.treksoft.kvision.utils/kotlin.-string/index.html delete mode 100644 api/pl.treksoft.kvision.utils/kotlin.-string/to-date-f.html (limited to 'api/pl.treksoft.kvision.utils/kotlin.-string') diff --git a/api/pl.treksoft.kvision.utils/kotlin.-string/index.html b/api/pl.treksoft.kvision.utils/kotlin.-string/index.html deleted file mode 100644 index c5d20cee..00000000 --- a/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/api/pl.treksoft.kvision.utils/kotlin.-string/to-date-f.html b/api/pl.treksoft.kvision.utils/kotlin.-string/to-date-f.html deleted file mode 100644 index 2f5ca8d9..00000000 --- a/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