Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Date inconsistency again #188

Closed
InTEGr8or opened this issue Mar 2, 2020 · 2 comments
Closed

Date inconsistency again #188

InTEGr8or opened this issue Mar 2, 2020 · 2 comments

Comments

@InTEGr8or
Copy link

InTEGr8or commented Mar 2, 2020

Today's date column is labeled 3/01/20.

Dates should be either like last months 2/1/20 or 03/01/20.

Either a two digit day and a two digit month with leading zeros, or omit the leading zeros on both the day and the month.

It doesn't ANY sense to remove the leading zeros from the month and retain them on the day, and it requires unnecessary and cumbersome additional conditional code.

Isn't there some tool you could use when outputting to make sure this is never reintroduced?

@InTEGr8or
Copy link
Author

Looks like it was fixed while my code was still broken. Now that my code is fixed, the date format is updated.

Thanks!

@Bost
Copy link

Bost commented Mar 6, 2020

#238

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

No branches or pull requests

2 participants