You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// assume date is 16 days from now
letdatePart=try date.colloquial(toDate:DateInRegion())print("date stuff: \(datePart.colloquial)") // prints "date stuff: in -16 days"
I get a negative number for the days. When reversing it, I get the text "2 weeks ago".
The text was updated successfully, but these errors were encountered:
When doing the following code
I get a negative number for the days. When reversing it, I get the text "2 weeks ago".
The text was updated successfully, but these errors were encountered: