Hello,
I am working on a simple to do list application, and I am wanting to set the date in a normal format in the titleForHeaderInSection part of my uiTableView. But I am having some issues. It works to an extent, but is giving me way too much information, it shows:
2009-12-01 00:04:10 -0700
in the field where I'd just like it to show the date that the item was created, and ideally in a more normal format, without the specific time. Can you please help me figure out what I need to change? Thanks!!