malcommac / SwiftDate

🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
MIT License
7.61k stars 767 forks source link

Fixing issue #696 - Is it possible to round to seconds? #783

Open spneshaei opened 3 years ago

spneshaei commented 3 years ago

Fixing issue #696 - .toFloorSecs(_), .toCeilSecs(_), .toSecs(_), .to1Sec(_) and .to1min(_) are added to the RoundDateModes, to be used by dateRoundedAt(_: RoundDateMode)