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

Formatter for date to have consistent Format #1195

Closed
2 tasks done
HenrZu opened this issue Jan 21, 2025 · 0 comments · Fixed by #1198
Closed
2 tasks done

Formatter for date to have consistent Format #1195

HenrZu opened this issue Jan 21, 2025 · 0 comments · Fixed by #1198
Assignees
Labels
class::feature A feature to be implemented for some part of the software class::improvement Cleanup that doesn't affect functionality model::ode This issue concerns any kind of ODE-based model.

Comments

@HenrZu
Copy link
Contributor

HenrZu commented Jan 21, 2025

Motivation / Current Behaviour

For the data.h class, the output of a selected day currently can be done ..."{}-{}-{}", date.day, date.month, date.year...

However, we want so go with a consistent format (f.e. ISO format). Therefore, it would be better to have a formatter in the date.h class.

Enhancement description

Consistency

Additional context

No response

Checklist

  • Attached labels, especially loc:: or model:: labels.
  • Linked to project
@HenrZu HenrZu added class::feature A feature to be implemented for some part of the software class::improvement Cleanup that doesn't affect functionality model::ode This issue concerns any kind of ODE-based model. labels Jan 21, 2025
@HenrZu HenrZu self-assigned this Jan 21, 2025
@HenrZu HenrZu linked a pull request Jan 22, 2025 that will close this issue
12 tasks
@HenrZu HenrZu moved this from Product Backlog to 👀 Review in MEmilio: Equation-Based-Models Development Jan 29, 2025
@github-project-automation github-project-automation bot moved this from 👀 Review to ✅ Done (Sprint) in MEmilio: Equation-Based-Models Development Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class::feature A feature to be implemented for some part of the software class::improvement Cleanup that doesn't affect functionality model::ode This issue concerns any kind of ODE-based model.
Projects
Status: ✅ Done (Sprint)
Development

Successfully merging a pull request may close this issue.

1 participant