Formatter for date to have consistent Format #1195
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.
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
The text was updated successfully, but these errors were encountered: