[ 
https://issues.apache.org/jira/browse/FLEX-33514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638754#comment-13638754
 ] 

Justin Mclean commented on FLEX-33514:
--------------------------------------

Checked into 4.10.0 develop branch code to parse Japanese, Chinese and Korean 
dates. 

Not perfect as it doesn't understand am/pm yet.

Date like this now work correctly (ignoring am/pm issue).
2003年6月13日 = Fri Jun 13 00:00:00 GMT+1000 2003
2003年6月13日星期五 = Fri Jun 13 00:00:00 GMT+1000 2003
2003-6-13 下午06:52:35 = Fri Jun 13 06:52:35 GMT+1000 2003
2003年6月13日金曜日 = Fri Jun 13 00:00:00 GMT+1000 2003
2003년 6월 13일 = Fri Jun 13 00:00:00 GMT+1000 2003
2003년 6월 13일 금요일 = Fri Jun 13 00:00:00 GMT+1000 2003
2003. 6. 13. 오후 6:52:35 = Fri Jun 13 06:52:35 GMT+1000 2003
                
> DateFormatter should support Japanese and Chinese date formats
> --------------------------------------------------------------
>
>                 Key: FLEX-33514
>                 URL: https://issues.apache.org/jira/browse/FLEX-33514
>             Project: Apache Flex
>          Issue Type: Bug
>            Reporter: Justin Mclean
>            Assignee: Justin Mclean
>
> Currently parseDateString will fail on parsing Japanese or Chinese dates. 
> Issue is to do with the date part separators not being recognised.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to