Skip to content

Commit de6904a

Browse files
authored
Merge pull request #335 from zapcannon87/developer
feat(date): public iso string
2 parents 014c952 + f8b2477 commit de6904a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/Date.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class LCDate: NSObject, LCValue, LCValueExtension {
3232
return dateFormatter.string(from: date)
3333
}
3434

35-
var isoString: String {
35+
public var isoString: String {
3636
return LCDate.stringFromDate(value)
3737
}
3838

0 commit comments

Comments
 (0)