Page 1 of 1
Max and min date and time
Posted: Sat May 22, 2010 1:08 pm
by meteoshopping
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 ?
Re:Max and min date and time
Posted: Sat May 22, 2010 11:13 pm
by cgn
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"
Re:Max and min date and time
Posted: Sun Jun 06, 2010 11:44 pm
by meteoshopping
Thanks, it work well