November 15 2008, AS3Corelib 0.92.1 be released, As3corelib provides more helpful methods to help us handle strings and dates with the newest 0.92.1. They are stringHasValue of StringUtil, makeMorning and makeNight of DateUtil.
Posts Tagged ‘DateUtil’
stringHasValue of StringUtil, makeMorning and makeNight of DateUtil on AS3Corelib 0.92.1 help us handle strings and dates
December 13th, 2008 as3corelib Tutorial:How to Use DateUtil Class in Flex
September 4th, 2008
DateUtil class contains static utility methods for manipulating and working with Dates. This is a useful class to simplify the date processing for programmers. For example, I want to know the day name of date August 10, 1983. What should we do with DateUtil? As we know, DateFiled provide a static method named stringToDate(). So, I get the day name of August 10, 1983 like this: DateUtil. getFullDayName (DateField. stringToDate(“08/10/1983”,”MM/DD/YYYY”)). What should we do without DateUtil?

Posted in
Tags: