deno.com

property Intl.DateTimeFormatRangePart.source

Indicates which date in the range this part comes from.

  • 'startRange': The part is from the start date
  • 'endRange': The part is from the end date
  • 'shared': The part is shared between both dates (like separators)

Type #

"shared"
| "startRange"
| "endRange"