mediathekview / mediathekviewweb

Eine Weboberfläche als Alternative zum Java-Client
https://mediathekviewweb.de/
GNU General Public License v3.0
899 stars 67 forks source link

Replace moment with native Date.toLocaleDateString #176

Closed simon04 closed 4 years ago

simon04 commented 4 years ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString

This saves 53K + 329K of JavaScript code.