Closed franknorton closed 4 years ago
Checks for AM/PM existence at the beginning of the formatting. If we have an AM/PM or A/P token then format the h component as 12 hr %h.
h
%h
Also fixes an issue where A/P wasn't being shown correctly; %t.
%t
Added some extra test cases that cover AM/PM and 12hr.
Updated to .Net Core 2.0 since 1.0 is EOL.
17
Checks for AM/PM existence at the beginning of the formatting. If we have an AM/PM or A/P token then format the
h
component as 12 hr%h
.Also fixes an issue where A/P wasn't being shown correctly;
%t
.Added some extra test cases that cover AM/PM and 12hr.
Updated to .Net Core 2.0 since 1.0 is EOL.