Hi!
I have a grid column bound to a date table column, and i'd like to display the date in this format : 01.NOV.2010
How could I acomplish this ? What format should I set to the column?
Thanks!
Using the standard .NET DateTIme format specifiers, the format string would be: "dd.MMM.yyyy". Note, however, that there is no specifier that will force the month to appear in uppercase. You would assing this value to the column's Format property.