JS otrzymują aktualne minuty czasu

const date = new Date()

const minutes = date.getMinutes()
Confused Crayfish