A good way to release fixtures
Posted
by Luke
on Stack Overflow
See other posts from Stack Overflow
or by Luke
Published on 2010-04-28T14:38:39Z
Indexed on
2010/04/28
14:43 UTC
Read the original article
Hit count: 179
php
Hey, my problem is as follows, I am trying to create code where a set of sporting fixtures are created with dates on. Say I have 8 teams, with 7 rounds of fixtures.
I have generated the fixtures, but want to add a date generation on them. So if i had 7 rounds, I would put 28 days and it would make each round 4 days from now, 8 days from now, etc.
What would be the best way to go about doing this? Thanks
© Stack Overflow or respective owner