-
Haha, thank you guys.
The countdown is just a "decoration".
Here is my php script which enable the form :
$now = new DateTime();
$then = new DateTime("2013-01-09 12:00:00");if($now <= $then) {
// countdown
} else {
// form
}If the php refers to the server time (which is right, isn't it ?) It should show the form at noon GMT+1 (server time) right ? If yes, it's gonna be ok.
Because the countdown is in jquery but I'm using this :
function serverTime() {
var time = null; $.ajax({url: 'http://www.rouenbikepolo.com/countdown/assets/countdown/time.php', async: false, dataType: 'text', success: function(text) { time = new Date(text); }, error: function(http, message, exc) { time = new Date('error'); }}); return time;
}
To use the server time (which doesn't work but I'm wondering if the jquery is working by itself or not)
-
The thing is, it doesn't run with user's time (which was the problem last year). But it run with the local time.
I tried to change the time on my computer, and it runs as it should do. But, and I don't understand why, it will run with the server time but it changes if you are in UK, FR, ou USA.. Which is dumb..
-
-
-
-
-
-
Shows 1 day 3 hours and 13 minutes right now.
So would finish at 11 are time.
clock shows 1day and 8 mins now so would end at 12?
which one is right ? We need to know asap.
At this time (1:47 pm in france, so 12:48 in uk) I have 0 days, 22 hours, 11 minutes left.
It means it will be on at noon here in France and at 11am in UK. Do you see the same thing ? -
-
-
-
-
I really don't like the half time break. For me Bike Polo is the first to 5. And if we have a time limit, it's the team which has the highest score after the time limit. As usual and everybody is used to it. I don't care about spectators who want to buy a beer while we have a break. They can do it before the game (as I do when I want to drink while whatching a game).
We had a time limit (20minutes) for the epiphanie final and it was 4-4 at the end. We spent 5 minutes more whithout any break (real golden goal) to put the last goal and for me, THIS is bike polo. When both team are totally tired, the last goal is for the team which will not give up because of the players' legs or minds. -
-
-
-
-
Thank you all guys. it was an amazing week end. As woods said, we spend 4 awesome days. Everybody was nice to us, the court was pretty good (even if it was a bit slippery). I can't wait to see some of you next week during our show and the week after during the Epiphanie. My only regret was to not play against call me and the poney.
Thank you again, see you all very soon. -
-
Hey guys. We're finally home and safe after a long time on the road (the M11 was blocked because of an accident).
So.. just before going to sleep.
Thank you so much to everyone. It was an amazing week end. Congratz cosmics, it was a pleasure to play against you and to see our friend Rob. We saw many good teams. Fenboy3 were totally awesome (hayden !!! whoop whoop).
And we can't waiut ti show our new Cannon Trophy to our moms.Cheers, see you very soon.
Salman : It doesn't depends on computer time since the beginning. It's using something else, your internet connection or something I don't know.
The thing is, if you change from your computer it doesn't move. But from you (uk) to me (fr) its not the same and I don't know why. I've forced the timezone with php but nothing changes.