iphone - how to split strings in objective c -
how split string in objective-c? working on short application contains date picker. display date date picker , display through label.
my main question how can split the date in 3 separate strings? 1 has idea it?
thanks
you use -[nsstring componentsseparatedbystring:]
or nsscanner
split string, or use nscalendar
extract pieces of date you're interested in.
Comments
Post a Comment