We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 014c952 + f8b2477 commit de6904aCopy full SHA for de6904a
Sources/Foundation/Date.swift
@@ -32,7 +32,7 @@ public final class LCDate: NSObject, LCValue, LCValueExtension {
32
return dateFormatter.string(from: date)
33
}
34
35
- var isoString: String {
+ public var isoString: String {
36
return LCDate.stringFromDate(value)
37
38
0 commit comments