Hi, > My first thought was: 'what about Asia?'
Both before and after my change this fails: var date:Date = DateFormatter.parseDateString("2008年12月31日"); var df:DateFormatter = new DateFormatter("DD MMM YYYY"); Japanese for those who don't know and it fails as it doesn't recognise 年, 月 or 日 as seperators. I'm not that familiar with Chinese date formats.. Can someone provide me with some examples? Thanks, Justin