Initializervapor 4.114.1Vapor->FoundationEssentials
init(rfc1123:)
Creates a Date
from an RFC1123 string
init?(rfc1123: String)
Creates a Date
from an RFC1123 string
init?(rfc1123: String)
s20FoundationEssentials4DateV5VaporE7rfc1123ACSgSS_tcfc
What are these?5V8IN
import FoundationEssentials
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct Date
Date
represents a single point in time.
@frozen struct String
A Unicode string value that is a collection of characters.
var rfc1123: String { get }
Formats a Date
as RFC1123