0

How to display current date in Chinese. I receive date in English language but I need to display it in Chinese in iphone.

iPhone Developer
  • 459
  • 1
  • 5
  • 14

1 Answers1

-1

Get the number of the date,and replace the English word with Chinese...

YueRuo
  • 1
  • 1
  • can we not use iphone default date controls. I am trying to search for it as there is NSChineseCalendar so I thought may be we can do it with default date controls. – iPhone Developer Aug 17 '12 at 09:59