Hello
At the moment, mygnuhealth use
date_repr = dateobj.strftime("%a, %b %d '%y - %H:%M")
But I want to use the below format.
date_repr = dateobj.strftime("%Y-%m-%d, %A - %H:%M")
Is it possible add a customize option to date format?
