Static Methodsoto-core 7.4.0SotoCore
string(from:)
DateCoders.swift:134static func string(from value: Date) -> String?
static func string(from value: Date) -> String?
s8SotoCore18UnixEpochDateCoderV6string4fromSSSg20FoundationEssentials0E0V_tFZ
What are these?8XFOY
import SotoCore
struct UnixEpochDateCoder
Unix Epoch Date coder
struct Date
Date
represents a single point in time.
@frozen struct String
A Unicode string value that is a collection of characters.
static func decode(from decoder: Decoder) throws -> CodableValue
static func encode(value: CodableValue, to encoder: Encoder) throws
typealias CodableValue = Date