Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147963 | Sep 30,2019 04:35 AM UTC | Oct 11,2019 09:38 AM UTC | Blazor | 2 |
![]() |
Tags: Grid |
|
<GridColumn Field=@nameof(Order.OrderDate) HeaderText="Order Date" CustomFormat="@(new { type ="date", format="dd.MM.yyyy" })" Type="ColumnType.Date">
|
Format |
Formatted value |
{ type=”date”, format=”dd/MM/yyyy”} |
04/07/1996 |
{ type=”date”, format=”dd.MM.yyyy” } |
04.07.1996 |
{ type=”date”, skeleton=”short” } |
7/4/96 |
{ type=”dateTime”, format= ”dd/MM/yyyy hh:mm a” } |
04/07/1996 12:00 AM |
{ type= “dateTime”, format= “MM/dd/yyyy hh:mm:ss a” } |
07/04/1996 12:00:00 AM |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.