Date format, strongly type dataset
I have a table on a strongly typed DataSet with a column having a DateTime type. When filling from an adapter, how do I format the date to display on the grid as yyyy MM dd or something like .ToString("yyyy MM dd"); Need help here, thanks in advance.
Re: Date format, strongly type dataset
When it comes to formatting anthing in a DataGrid it's all about DataGridColumnStyles. Check out item 5.44 on the following link: http://www.syncfusion.com/FAQ/Window.../FAQ_c44c.aspx
Re: Date format, strongly type dataset
Thanks, I'll check that one out.