Commit 417e286
committed
fix(web): correct hour pattern formatting in date time format
- Fix hour pattern to use dynamic length based on value instead of hardcoded 'HH'
- Properly handle both single (h/H) and double-digit (hh/HH) hour formats
- Use strict equality (===) instead of loose equality (==) for type checking
- Change 'let' to 'const' for immutable parts array1 parent cfb93ef commit 417e286
1 file changed
+1
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments