puranjayjain / md-date-time-picker

An implementation of Material Design Picker components in vanilla CSS, JS, and HTML
https://puranjayjain.github.io/md-date-time-picker
Other
275 stars 77 forks source link

Added zero-padding to the display hour if less than 10. #287

Open hamacjumar opened 1 year ago

hamacjumar commented 1 year ago

Pull Request template

If you want to make a contribution to the project's source code, follow the guide:

  1. Make sure to make changes to one file per pr.
  2. Make sure it passes all linter checks of the ci. To more about the linter rules go here
  3. Be precise as to what are you trying to correct in your title and/or comment.
  4. Make sure to open a pr to the correct branch.
  5. Try to make as little changes as possible to make the diff more readable.
  6. Respect the coding guidelines as mentioned in the linter guide.