Remove year from module

Easy to use and free Joomla module to display weather with forecast from Yahoo.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Mar 31, 2013 6:00 pm
Hello: I would like to remove the year in the module display.

How can I do that?

Thanks
User avatar
Junior Boarder

GK User
Mon Apr 01, 2013 5:35 pm
HI,
you can not hide only year only all date (it comes from Yahoo) :

Code: Select all
.gkwDay {diplay:none;}


or
editing a file: mod_weather_gk4\tmpl\yahooView.php
Code: Select all
<span class="gkwDay"><?php echo $this->parsedData['forecast'][$i]['day']; ?></span>
User avatar
Platinum Boarder


cron