Support

Account

Home Forums Front-end Issues Show content based on timepicker value Reply To: Show content based on timepicker value

  • I could be slow, but I don’t understand the syntax

    
    $morning = $now >= new DateTime('13:30') && $now <= new DateTime('13:40');
    

    What exactly is this supposed to be doing and where can I find information on this syntax

    
    $x = $y >= $a && $y <= $b