AspNetCore.Diagnostics.HealthChecks
AspNetCore.Diagnostics.HealthChecks copied to clipboard
How to change date format on the Client UI
Hi, thanks for this project, I'm wondering if I could change the date time format on the Client UI page. Do we have a setting for this?

Hi @CarlosLanderas
This issue can be an interesting new feature! :-)
Yes we can add the desired date format in the UI options 👍. I'll do it
I think that the feature is change the uiculture, not only the date format, right?
We can do it in both ways, configuring culture option with current UI culture or date format in JsonSerialization Settings so they are automatically formatted on deserialization.
Whatever you prefer
Hi guys, what about give the option to humanize dates? I mean, let user decide to see dates in following format:
2 hours ago 20 minutes ago a day ago
I need help regarding the same. Is it implemented?
I need help regarding the same. Is it implemented?
@CarlosLanderas How to set the timespan format of DURATION column?