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

feat: Formatted step date column from ISO 8601 date to YYYY-MM-DD form #96

Merged
merged 1 commit into from
Oct 15, 2021
Merged

Conversation

iamrajiv
Copy link
Member

Description

JavaScript supports ISO 8601 date format by default i.e. YYYY-MM-DDTHH:mm:ss.sssZ but when we are running a simulation for hundreds of years then hours, minutes, and seconds don't matter very much so we only care about the date.

Fixes: #93

Point Output Table

Screenshot 2021-10-13 at 6 13 10 AM

RothC Output Table

Screenshot 2021-10-13 at 6 12 59 AM

Signed-off-by: Rajiv Ranjan Singh <rajivperfect007@gmail.com>
@iamrajiv iamrajiv merged commit 3e75ab1 into moja-global:master Oct 15, 2021
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

Successfully merging this pull request may close these issues.

Format the date column of Point and RothC output table more clearly
4 participants