-
Notifications
You must be signed in to change notification settings - Fork 46
New Post - Get Yesterday's Date #25
New issue
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
Conversation
Great catches from code review - thanks Co-authored-by: Thomas Nieto <38873752+ThomasNieto@users.noreply.github.com>
Added comment about immutability of DateTime object. Thanks for the catch.
@ThomasNieto thanks for the review. I have addressed each of your points (hopefully) and thanks for the comments. I hope this is ready to go! |
Co-authored-by: Thomas Nieto <38873752+ThomasNieto@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me
Hopefully ready to go. |
Can someone merge this as I am not allowed to! |
So I have updated the section based on Thomas Nieto's comments regarding using ToString. I hope the updated text reads better. |
PR Summary
This shows how to get yesterday's date and how to use it.
Addresses issue #8.
PR Checklist