diff --git a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor index a2aeb314..98912db2 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor @@ -160,7 +160,7 @@ else @context.FromDisplayName @context.Subject - @context.CreatedOn + @string.Format("{0:dd-MMM-yyyy HH:mm:ss}", @context.CreatedOn) @@ -193,7 +193,7 @@ else @context.ToDisplayName @context.Subject - @context.CreatedOn + @string.Format("{0:dd-MMM-yyyy HH:mm:ss}", @context.CreatedOn)