Skip to content

Commit 417e286

Browse files
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 array
1 parent cfb93ef commit 417e286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/system_date_time_format.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)