Flex中DateBase这个类的一些事件/方法使用的例子
Thursday, January 1st, 2009接下来的例子演示了Flex中DateBase这个类的一些事件/方法使用。
例子中主要演示了下面几个属性:
* dayNamesShort — “Sun”, …, “Sat”
* dayNamesLong — “Sunday”, …, “Saturday”
* monthNamesShort — “Jan”, …, “Dec”
* monthNamesLong — “January”, …, “December”
* timeOfDay — “AM”, “PM”
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):