Hide Hour

Hide Hour

Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

Is it possible to hide the hours in the dropdown box of a type datetime field? I need only minutes and seconds.

Andreas

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin
    Answer ✓
    div.dt-datetime-hours {
      display: none;
    }
    

    will hide the hours.

    Allan

Sign In or Register to comment.