[release/6.0] Fix DateOnly and TimeOnly Formatting using interpolated strings (#64460)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 7 Feb 2022 19:39:51 +0000 (11:39 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 19:39:51 +0000 (11:39 -0800)
commit9271e5a761fea1513856412e9e41cc1934244420
tree5fe272027c060652629b76edf4d805de9401feb1
parent310507874cc2f84113fb09a864c8163733065ff1
[release/6.0] Fix DateOnly and TimeOnly Formatting using interpolated strings (#64460)

* Fix DateOnly and TimeOnly Formatting using interpolated strings

* Add TryFormat tests

Co-authored-by: Tarek Mahmoud Sayed <tarekms@microsoft.com>
src/libraries/System.Private.CoreLib/src/System/DateOnly.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormat.cs
src/libraries/System.Private.CoreLib/src/System/ISpanFormattable.cs
src/libraries/System.Private.CoreLib/src/System/TimeOnly.cs
src/libraries/System.Runtime/tests/System/DateOnlyTests.cs
src/libraries/System.Runtime/tests/System/TimeOnlyTests.cs