Re: [Flashcoders] calculating dates based on a starting date.

2006-04-27 Thread matt ganz
very nice. thank you very much. - Original Message - From: "Merrill, Jason" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, April 27, 2006 4:27 PM Subject: RE: [Flashcoders] calculating dates based on a starting date. Here is a SuperDat

RE: [Flashcoders] calculating dates based on a starting date.

2006-04-27 Thread Merrill, Jason
Here is a SuperDate class I wrote if it's of use to you. You can get a future date and also get the elapsed number of days since a date, get the ordinal date etc. /* Name: SuperDate Class Author: Jason Merrill Date: 1/10/2006 Description: Some m

Re: [Flashcoders] calculating dates based on a starting date.

2006-04-27 Thread matt ganz
o: "'Flashcoders mailing list'" Sent: Thursday, April 27, 2006 2:19 PM Subject: RE: [Flashcoders] calculating dates based on a starting date. Hi Matt, If what you're looking for is a way to subtract two dates, then it's your lucky day... I just wrote an Age Counter

RE: [Flashcoders] calculating dates based on a starting date.

2006-04-27 Thread Karina Steffens
Hi Matt, If what you're looking for is a way to subtract two dates, then it's your lucky day... I just wrote an Age Counter component that displays how long it's been since a specific date (years, months, hours, minutes, and seconds). It's for a client who wants to show how long his pediatric cent