Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Datebox.getTimeFormat() for format consistency #3053

Conversation

rebecca0201
Copy link
Contributor

@rebecca0201 rebecca0201 commented Sep 21, 2023

Differentiate single/double 'h' and whether there is a space before/after 'a' to fix the time format inconsistency observed in B60-ZK-1341.zul (datebox time format = ah:mm:ss but the time format extracted by its getTimeFormat() used as timebox format = a hh:mm:ss). After the fix, the behavior is still different from 9.6.4 which both datebox and timebox time format = a hh:mm:ss, but the correct time format should be ah:mm:ss according to the complete.js file.

@rebecca0201 rebecca0201 added the WIP A label indicated it is not ready for merging label Sep 21, 2023
@github-actions github-actions bot added need-config.properties Pull requests that need config.properties need-release-note Pull requests that need release-note labels Sep 21, 2023
@rebecca0201 rebecca0201 added WIP A label indicated it is not ready for merging and removed need-config.properties Pull requests that need config.properties need-release-note Pull requests that need release-note WIP A label indicated it is not ready for merging labels Sep 21, 2023
@rebecca0201 rebecca0201 deleted the Fix-Datebox.getTimeFormat() branch September 27, 2023 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP A label indicated it is not ready for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant