New TV guide Plugin – Syntax help pls.
-
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 π
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:05pmideas:
1. if $Programme[‘time’] = time now , color = yellow
else normal2. if $Programme[‘time’] = time now +/- 15mins, color = yellow
else normal3. 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?
The topic ‘New TV guide Plugin – Syntax help pls.’ is closed to new replies.