I need to print a section of an html page only if the time is after
5:00am and before 9:00pm local time (Seattle, WA: GMT -0800 during
standard time, GMT -0700 during daylight savings time). I found a
bewildering number of functions for getting local or GMT timestamps,
and formatting them. But I can't find anything that will return the
time of day. Am I missing something obvious? Or must I put together my
own function to get time of day?
--
Brian (remove ".invalid" to email me)
5:00am and before 9:00pm local time (Seattle, WA: GMT -0800 during
standard time, GMT -0700 during daylight savings time). I found a
bewildering number of functions for getting local or GMT timestamps,
and formatting them. But I can't find anything that will return the
time of day. Am I missing something obvious? Or must I put together my
own function to get time of day?
--
Brian (remove ".invalid" to email me)
Comment