Format a column in a datagrid

PROKA

Junior Contributor
Joined
Sep 3, 2003
Messages
249
Location
Bucharest
- so I have a datagrid, with a Date Column
- in Property Builder > Columns , there's a "Data formating expression" tab
- what Can I put there so my date will show as : Jan 21 2005
- I know in code I could use Format(dateVariable, "MMM d yyyy") to make a Date show like above
 
Last edited:
ok I got it . What I had to put there is {0:MMM d yyyy}

Sorry to disturb. I just put this post in case others will have the same problem
 
Back
Top