P
ROTOTYPE
I'm Not Only The Prototype, I'm Also A Member.
home
▪
stats
▪
search
▪
linkback
▪
about
▪
FAQ
| user: guest,
login
,
register
Date
:
Return a complet date timestamp
author:
sonotek@tekool.net
[+]
,
Submitted: 05.10.01 5a
// Simple but really handy // Return a complete date Timestamp // If you give the number of a day in a year. date.prototype.setD = function(jour) { this.setUTCFullYear(this.getUTCFullYear(),new Number(),jour); } USE : test = new Date(); test.setUTCFullYear(2000); test.setD(365); trace(test.getMonth());
Add Comment
[+]
›opyleft 2001-2010. Layer51 is: Jaime Prado.
@