Date Picker Blue
Posted
by Matt Winters
on Stack Overflow
See other posts from Stack Overflow
or by Matt Winters
Published on 2010-04-18T15:08:48Z
Indexed on
2010/04/18
15:13 UTC
Read the original article
Hit count: 466
iphone
|iphone-sdk-3.0
I'm successfully setting a date-picker with an initial date from a plist, but I see some unwanted blue values in the month, day, and year components, presumably corresponding to current date. So if today is April 18, 2010 and initial date being set is March 19, 2008, it looks like this (bold represents the blue):
January 17 2006 February 18 2007 ------------------------------ March 19 2008 ------------------------------ April 20 2009 May 21 2010
First question is: How do I get rid of the blue?
And second question: Ideally, how do I get it to look like this?
January 17 2006 February 18 2007 ------------------------------ March 19 2008 ------------------------------ April 20 2009 May 21 2010
Third question, totally unrelated and not as important: How could I have gotten the above to show in blue rather than bold? I see blue in code snippets all the time.
Matt
© Stack Overflow or respective owner