My apologies for the late response,
Two young boys playing soccer, and baseball has me way too busy.
I was able to create a custom template and create a html doc with the
needed info, but ended up using Cameron's suggestion and used the PHP
function, mostly due to the ease of formatting it the way I wanted...
$sun_info=3Ddate_sun_info(strtotime("now"),43.650533,-117.051467);=20
$Bt =3D $sun_info["civil_twilight_begin"];
echo date("g:i a", $Bt);
//or
$SunR =3D =
(date_sunrise(time(),SUNFUNCS_RET_TIMESTAMP,43.650533,-117.051467));
echo date("g:i a ", $SunR);
Thanks for the help everyone.
Thoughts?...
http://mark-aman.com
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.