mikechambers / as3corelib

An ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript? 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs.
1.5k stars 451 forks source link

Calculate differences between dates and format them #154

Open kachurovskiy opened 13 years ago

kachurovskiy commented 13 years ago

I've got the code that can calculate differences between dates and format them in English and Russian e.g. "1 year 2 months 56 minutes". It favors leap-years and other issues. Do you want me to send you a pull request?

mikechambers commented 13 years ago

Yeah, submit the pull request and I will check it out.

mike

kachurovskiy commented 13 years ago

Mike,

Please check this out and decide whether we need this in as3corelib and if yes - what class names / packages should I use in pull request:

Demo - http://kachurovskiy.com/f/ria/11/date/DateDurationApp.html Source - http://kachurovskiy.com/f/ria/11/date/srcview/index.html