Hi i have been working on a daily tv guide plugin for my blog.
see here:
http://pirrana.co.uk/blog/index.php/vlowe-tv-guide/
its early in dev yet :P
i just thorght it would be cool to colour whats on now!
im not too hot on date/time just wondered if anyone could help me out.
currently i print the date using
print $Programme['time'];
that will display something like 4:05pm
ideas:
1. if $Programme['time'] = time now , color = yellow
else normal
2. if $Programme['time'] = time now +/- 15mins, color = yellow
else normal
3. the holy grail! find the last start time before current time!
that would be great but no idea how to do it.
any ideas or solutions?