Archive

Posts Tagged ‘library’

Flex Date Utils – Overview

December 6th, 2008

This will be the start of a new series of blog posts for me focused around my flexdateutils library that I’ve published to Google code at http://code.google.com/p/flexdateutils/

I first began writing this code in response to some of what I felt were shortcomings to the Flex framework in handling date manipulation. It seemed that just about every other programming language had its own library of date functions, but the few that Flex had made it very difficult to do anything to a date unless you managed it yourself. And so was born FlexDateUtils.

Each day I will try to post at least one method from the library and explain the code a little. If it’s a very basic method, I’ll probably add a couple more methods. Most of the methods were created from ColdFusion’s date library as those have been very useful to me whenever I have had any kind of date manipulation. I have very rarely had to add any of my own code to get back what I needed from ColdFusion’s date functions.

I am hoping this will be a useful group of functions to other developers, and, who knows, perhaps Adobe will even think that it is something that should be added to their standard Flex framework :)

Gareth Announcement, Flex, FlexDateUtils, code, library , , ,