Rank: Member Groups: Member
Joined: 6/23/2010 Posts: 18
|
We are trying to force the display of datetimecolumn in EO Grid in dd-MMM-yyyy format to no avail.
We tried pickerformat="dd-MMM-yyyy" in datepicker
We also tried <eo:DateTimeColumn DataFormat="dd-MMM-yy" DataType="DateTime">
The grid disregards and continue to display in dd/mm/yyyy format. Is there something else that we can try?
|
Rank: Member Groups: Member
Joined: 6/23/2010 Posts: 18
|
Ooops...I found it in the support documentation:
<eo:DateTimeColumn DataFormat="{0:dd-MMM-yy}" DataType="DateTime">
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Thanks for the update. Yes. That's the correct way to do it.
Thanks!
|