Hi
when i use: [day1_th0_tempmax_time] the result is 20080608133544 but hi to have the time like this 13:35 how i can do that ?
Max and min date and time
Moderator: Mattk
-
- Fresh Boarder
- Posts: 3
- Joined: Fri May 07, 2010 11:33 am
Re:Max and min date and time
meteoshopping wrote:Hi
when i use: [day1_th0_tempmax_time] the result is 20080608133544 but hi to have the time like this 13:35 how i can do that ?
You can specify a substring (described in the user manual v4.6en on page 69):
[day1_th0_tempmax_time#IJ] returns "13"
[day1_th0_tempmax_time#KL] returns "35"
[day1_th0_tempmax_time#IJ]:[day1_th0_tempmax_time#KL] returns "13:35"
Best regards
cgn
-----------------------------------------
Weather Station: Oregon WMR 200
Meteohub-System: SheevaPlug
Since Dec 2009
cgn
-----------------------------------------
Weather Station: Oregon WMR 200
Meteohub-System: SheevaPlug
Since Dec 2009
-
- Fresh Boarder
- Posts: 3
- Joined: Fri May 07, 2010 11:33 am
Re:Max and min date and time
Thanks, it work well