i want to write a stylesheet that allow me to register (for a month for example) the min of every day...
like this
1/1 : -1,3°C
2/1 : -4,6°C
3/1 : -5,4°C
4/1 : -6,7°C
5/1 : -4,3°C
6/1 : -1,4°C
7/1 : -0,2°C
Is possible to do this?
- TiToine
- Site Admin
- Messages : 3356
- Inscription : lun. mars 20, 2006 11:16 am
- Localisation : Montréal
- Contact :
Re: Is possible to do this?
You can try this:
$Stats[20080101,Min,outdoor_temperature]
$Stats[20080102,Min,outdoor_temperature]
$Stats[20080103,Min,outdoor_temperature]
....
But you need to know the date 20080101.
The NOAA report generate the list of min...may be you can process the report with a php script.
$Stats[20080101,Min,outdoor_temperature]
$Stats[20080102,Min,outdoor_temperature]
$Stats[20080103,Min,outdoor_temperature]
....
But you need to know the date 20080101.
The NOAA report generate the list of min...may be you can process the report with a php script.