سؤال

I'm looking to port some DateTime functionality from ActionScript 3.0 over to Java/Android. I am currently looking at Joda. Before going with this option I wonder if there are actually any implementations of the DateTime object with ECMA-262 3rd Edition compliance? Or is there a better option (smaller/lightweight) solution to achieve this?

هل كانت مفيدة؟

المحلول

I was able to successfully emulate the DateTime object in Java on Android using Joda

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top