Questions tagged [weekend]
117 questions
0
votes
1 answer
php incremente a date of x days / concatenation / management of days off and weekend
I'm trying to do a simply addition,
Just in order to display some dates so Acutaly
I've done something like that:
while($row = mysql_fetch_assoc($qry)):
echo $req="INSERT INTO `agenda` SET
`code_s`= '".$row['code_s']."',
`titre`…

Stanislas Piotrowski
- 2,595
- 10
- 40
- 59
0
votes
1 answer
function to change dates does not work
With a lot of help I've done a function that checks onload if a date is a weekend or not, and if it is a sunday it must increment the day. If it is a Saturday it day has 2 added to it because unfortunately in France nobody wants to work during the…

Stanislas Piotrowski
- 2,595
- 10
- 40
- 59
0
votes
2 answers
check if date is a weekend or not javascript
Possible Duplicate:
how to determine if date is weekend in javascript
I'm tryng to do something for checkinf onload if date is a weekend or not, I wtitten this code.