initial files

This commit is contained in:
2026-04-22 11:55:23 +02:00
commit 92444ff38c
85 changed files with 16324 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// const moment = require('moment'); // npm install moment
// moment.locale('de');
module.exports = {
dateFormat: (date, format) => dateFormat(date, format)
};