This field is supposed to allow you to set the format for data that can be parsed as DateTime data. The documentation is quite sparse (non-existent). Could someone share with me how to use it?
I have a field that is a DataTime, and when I use it to label the object I want to just display the date (preferably in the current system short date format) what should I use?
myTextStyle.DateFormat = ???;
I have tried the only piece of information I could find or “{0:d}” but that does nothing. I still get the full date and time all the way down to seconds. Thank in advance