Hi
I will be really great full if any one can help me with bellow
bellow is the basic condition
if sip_hash[“L-A”].to_i == 0 and sip_hash[“LB”].to_i == 0
color_count_local=1
else
puts “No issues”
end
but I need to add the Hour range, if the time between 7 am to 4 am
if sip_hash[“L-A”].to_i == 0 and sip_hash[“LB”].to_i == 0 and time
between 7am to 4 am
color_count_local=1
else
puts “No issues”
end
How do i get this ?
Please help me with this.
Thank