In my applications I have a grid which is bound to the object. This object has properties of DateTime type and it shows my dates in short date format specified in Control Panel
. How can I force it to use long date format?
I guess new CultureInfo should be created, but I don't want to change the format, I still want to use format specified in Control Panel
, but not the short one as it is done by default.
Thanks.