yonas / superdateformat

Super Date Format - Provides a new date column for Thunderbird that you can fully customize.
https://addons.mozilla.org/en-US/thunderbird/addon/super-date-format
3 stars 0 forks source link

addon broken on Thunderbird 58.0b1 #1

Open monperrus opened 6 years ago

monperrus commented 6 years ago

Hi, it seems that this super useful addon is broken on Thunderbird 58.0b1.

yonas commented 6 years ago

@monperrus Thanks, I'll take a look at this.

yonas commented 6 years ago

The problem comes from the Date.toLocaleFormat() method being deprecated:

https://developer.mozilla.org/el/docs/Web/JavaScript/Reference/Errors/Deprecated_toLocaleFormat

This will take some time to replace using Intl.DateTimeFormat() or Date.toLocaleDateString()