MudBlazor/MudBlazor

Unification of DateTime display format

开放

#9,828 创建于 2024年9月17日

 (4 条评论) (0 个反应) (0 位负责人)C# (1,631 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (10,394 个星标)
PR 合并指标
 (平均合并 6天 6小时) (30 天内合并 108 个 PR)

描述

Feature request type

Enhance component

Component name

No response

Is your feature request related to a problem?

I can not tell if this is a bug or feature. The DateTime will be displayed differently on TextBlock and DataGrid when I leave all settings default:

TextBlock: <MudTextField Label="Creation Time (UTC)" @bind-Value="model.CreationTime" /> image

DataGrid: <PropertyColumn Property="x => x.CreationTime" Title="Creation Time (UTC)" /> image

I haven't test other components like DateTimePicker.

Describe the solution you'd like

DateTime format should be unified across components.

Thank you guys for your work.

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct

贡献者指南