Add date fixer functions

This commit is contained in:
2026-01-30 11:12:50 +01:00
parent 47889c7d4c
commit 487e96b588
7 changed files with 305 additions and 12 deletions

8
images/date-fix.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true">
<rect x="2" y="3" width="12" height="11" rx="1" ry="1" fill="none" stroke="#000" stroke-width="1" />
<rect x="2" y="5" width="12" height="2" fill="#000" />
<rect x="4" y="1" width="2" height="4" fill="#000" />
<rect x="10" y="1" width="2" height="4" fill="#000" />
<path d="M5 9h6" stroke="#000" stroke-width="1" />
<path d="M5 11h4" stroke="#000" stroke-width="1" />
</svg>

After

Width:  |  Height:  |  Size: 490 B