Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2715
DateTime format for cell
posted

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!

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    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.

Children
No Data