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(util): fix {yy} pattern has no zero padding in time format util #18535

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

linghaoSu
Copy link
Contributor

Brief Information

This pull request is in the type of:

  • bug fixing
  • new feature
  • others

What does this PR do?

fix time format for {yy}

Fixed issues

Details

Before: What was the problem?

time format not pad for {yy}

'2003' -> '3'

After: How does it behave after the fixing?

time format pad for {yy}

'2003' -> '03'

Document Info

One of the following should be checked.

  • This PR doesn't relate to document changes
  • The document should be updated later
  • The document changes have been made in apache/echarts-doc#xxx

Misc

ZRender Changes

  • This PR depends on ZRender changes (ecomfe/zrender#xxx).

Related test cases or examples to use the new APIs

add new ut test for time format

test/ut/spec/util/time.test.ts

Others

Merging options

  • Please squash the commits into a single one when merging.

Other information

@plainheart plainheart linked an issue Apr 19, 2023 that may be closed by this pull request
@plainheart plainheart merged commit 103b3e3 into apache:master Apr 19, 2023
@echarts-bot
Copy link

echarts-bot bot commented Apr 19, 2023

Congratulations! Your PR has been merged. Thanks for your contribution! 👍

@plainheart plainheart added this to the 5.5.0 milestone Apr 19, 2023
@plainheart plainheart changed the title fix(time-format): fix yy time format fix(util): fix {yy} pattern has no zero padding in time format util Apr 28, 2023
@plainheart plainheart modified the milestones: 5.5.0, 5.4.3 Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Date Format {yy} doesn't work as expected
2 participants