What value do I need to put in the FormatString textbox of the GridViewDataColumn Collection editor to make the output column a short date string?
My data source is a SQL Date type, not DateTime. I've tried "{0:d}", "{0:dd-MM-yy}" but nothing seems to work.
My date still displays as "MM/DD/YY 00:00:00"
Any suggestions?
My data source is a SQL Date type, not DateTime. I've tried "{0:d}", "{0:dd-MM-yy}" but nothing seems to work.
My date still displays as "MM/DD/YY 00:00:00"
Any suggestions?