Static Methodsoto-core 7.4.0SotoCore
decode(from:)
decode Date using DateFormatter
static func decode(from decoder: Decoder) throws -> Date
decode Date using DateFormatter
static func decode(from decoder: Decoder) throws -> Date
s8SotoCore16ISO8601DateCoderV6decode4from20FoundationEssentials0D0Vs7Decoder_p_tKFZ
What are these?3UUB5
import SotoCore
struct ISO8601DateCoder
Date coder for ISO8601 format
protocol Decoder
A type that can decode values from a native format into in-memory representations.
struct Date
Date
represents a single point in time.
static func encode(value: Date, to encoder: Encoder) throws
encode Date using DateFormatter
static func string(from value: Date) -> String?
typealias CodableValue = Date