Skip to content

Commit

Permalink
Merge f9438a7 into b3d626f
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeyer2115 committed Feb 7, 2023
2 parents b3d626f + f9438a7 commit 9dbf7ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/js/formatters-internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,10 @@ export function dateRange(
if (startString && endString) {
if (start.toLocaleDateString() === end.toLocaleDateString()) {
endString = end.toLocaleString(locale, {
hour: 'numeric',
minute: 'numeric',
hour12: true,
...dateFormatOptions,
month: undefined,
day: undefined,
year: undefined,
});
}

Expand Down

0 comments on commit 9dbf7ee

Please sign in to comment.