-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update DateOnly - Add Remarks #8579
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
Adding remarks to DateOnly, mainly to have a link to Format Strings (always found it easier to go through DateTime.ParseExact to get to that page).
|
Learn Build status updates of commit ae9db2f: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
Learn Build status updates of commit 5b0cb0d: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
Learn Build status updates of commit a4bb7df: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
cc @tarekgh |
|
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsSummaryAdding remarks to DateOnly, mainly to have a link to Format Strings (always found it easier to go through DateTime.ParseExact to get to that page).
|
tarekgh
left a comment
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.
Thanks @michal-ciechan
Summary
Adding remarks to DateOnly, mainly to have a link to Format Strings (always found it easier to go through DateTime.ParseExact to get to that page).