We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm dim. I'm not 100% sure how to use this library to do something like (I'm shortcutting the syntax)
let christmas = Date(year: today().year, month:12, day:25) let daysUntilChristmas = christmas - today ????? //give us some examples please
The text was updated successfully, but these errors were encountered:
There is also a Xcode playground to understand how to use this library.
Sorry, something went wrong.
Thanks, still documentation is the best option
No branches or pull requests
I'm dim. I'm not 100% sure how to use this library to do something like (I'm shortcutting the syntax)
let christmas = Date(year: today().year, month:12, day:25)
let daysUntilChristmas = christmas - today ????? //give us some examples please
The text was updated successfully, but these errors were encountered: