• I want to display section date to date.

    for example

    display on 20d-10m-21y to 25d-11m-21y.
    hide before 20d-10m-21y
    hide after 25d-11m-21y

Viewing 1 replies (of 1 total)
  • This isn’t a complete answer but it might get you started.

    (time() > strtotime('10 am ' . date('31-7-2021')))

    …means “display element after 10am on 7/31/2021”.

Viewing 1 replies (of 1 total)
  • The topic ‘Can be section display date to date?’ is closed to new replies.