O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by rtretola : Mar 07 2012 08:07 AM
Bob,
You can change the toTimeString() to simply toString(). I tested this and was able to run the application under Flex 4.6 with AIR 3.1.
info.text = "Updated: " + new Date().toString() ... full answer >