This question is locked. New answers and comments are not allowed.
Hi
I have a date column and i want to format it so it just shows the date and not the time.
I dont want to change it to a string because i want it to be filterable.
heres the code for the column
columns.Bound(c => c.reviewdate).Title("Review Due");
does anyone know how?
Thanks in advance
I have a date column and i want to format it so it just shows the date and not the time.
I dont want to change it to a string because i want it to be filterable.
heres the code for the column
columns.Bound(c => c.reviewdate).Title("Review Due");
does anyone know how?
Thanks in advance