|
-
Dec 11th, 2005, 10:59 PM
#1
Thread Starter
Fanatic Member
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.
Last edited by nebulom; Dec 12th, 2005 at 05:09 AM.
-
Dec 12th, 2005, 03:44 AM
#2
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
-
Dec 12th, 2005, 04:09 AM
#3
Thread Starter
Fanatic Member
Re: Date format, strongly type dataset
Thanks, I'll check that one out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|