-
Hello, I have a grid column for a DateTime and the rows in that column show date as well as time. However, I only want it to show the date. How would this be achieved? Simply put, I want DateTime to show up as a DateOnly would. thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
gvreddy04
Dec 22, 2024
Replies: 1 comment
-
Here is the example: @context.OrderDate.ToString("MM/dd/yyyy") References: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sinkira
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Sinkira
Here is the example:
References: