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

10
images/date-fix-all.svg Normal file
View File

@@ -0,0 +1,10 @@
<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="M4 9h8" stroke="#000" stroke-width="1" />
<path d="M4 11h8" stroke="#000" stroke-width="1" />
<circle cx="13" cy="13" r="2.2" fill="#000" />
<path d="M12.2 13l0.6 0.6 1-1" stroke="#fff" stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round" />
</svg>

After

Width:  |  Height:  |  Size: 665 B