Moses-Ian / copyright-timer

See whether your favorite works of media are in the public domain! References the Wikidata API.
1 stars 1 forks source link

print dates based on their precision #97

Open Moses-Ian opened 2 years ago

Moses-Ian commented 2 years ago

harry potter was published in 1997. copyright expires 1/1/2087.

should be: copyright expires 2087.

actual: copyright expires 1/1/2087.

Moses-Ian commented 2 years ago

luxon supports printing with precision, but you have to pass precision as an argument in toLocaleString. I'm thinking i'd like to extend the class to add precision as a property.