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

This 'with_dd_leading_zero' label is require #18

Open
vishalsingh119 opened this issue Oct 3, 2018 · 2 comments
Open

This 'with_dd_leading_zero' label is require #18

vishalsingh119 opened this issue Oct 3, 2018 · 2 comments

Comments

@vishalsingh119
Copy link

because when day in the single string it showing 1 number only but we want 01. another thing it's not showing the label for the hour, mins and sec

@gorelegacy
Copy link

agreed. want this feature. Why have a leading zero for time but not days?

@kemar
Copy link
Owner

kemar commented Mar 22, 2019

Why have a leading zero for time but not days?

Because the days number is not fixed. You could have 1 day, 20 days, 255 days, 15468 days etc.

You can add a leading zero via CSS if you really want it:

.dd:before { content: '0' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants