[Flashcoders] Date Empowerment

2006-07-28 Thread Steven Sacks | BLITZ
The next in my Empowerment series of scripts tackles the Date object. Rails introduced a ton of great shortcuts and methods to their Time object, the equivalent to the Date object in Flash (though much easier to use). I've appropriated all their methods and added a few more. There are some great

RE: [Flashcoders] Date Empowerment

2006-07-28 Thread Steven Sacks | BLITZ
BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ Sent: Friday, July 28, 2006 12:22 PM To: Flashcoders mailing list Subject: [Flashcoders] Date Empowerment The next in my

RE: [Flashcoders] Date Empowerment

2006-07-28 Thread Steven Sacks | BLITZ
Oops that last message got messed up: - A quick fix to two methods that should have used weeks not days in their change methods. // Sets date representing the start of the given day in next week (default is Monday). Date.prototype.nextWeek =