P
ROTOTYPE
I'm Not Only The Prototype, I'm Also A Member.
home
▪
stats
▪
search
▪
linkback
▪
about
▪
FAQ
| user: guest,
login
,
register
Date
:
Date.getActMonthDays
author:
Madokan
[+]
,
Submitted: 01.09.05 3a
// Anzahl der Tage im aktuellen Monat Date.prototype.getActMonthDays = function() { return (new Date(this.getFullYear(),this.getMonth()+1,0).getDate()); };
usage
// Usage datum = new Date(); // Today tage =datum.getActMonthDays(); trace("Der aktuelle Monat hat: " + tage + " Tage");
Add Comment
[+]
›opyleft 2001-2010. Layer51 is: Jaime Prado.
@