DateFn
public struct DateFn: Fn
DateFn constructs a date special type from an ISO 8601 date string.
-
Declaration
Swift
public init(string: String)Parameters
stringDate string to be parsed.
FaunaDB Docs (82% documented)
public struct DateFn: Fn
DateFn constructs a date special type from an ISO 8601 date string.
Swift
public init(string: String)
string
|
Date string to be parsed. |