Entracte (TypeScript)
    Preparing search index...

    Function formatMinutesOfDay

    • Minutes-since-midnight → display string in either 24h ("14:30") or 12h ("2:30 PM") form. Used by TimeRow so the rendered time matches the user's clock_format setting instead of the OS locale that <input type="time"> picks.

      Parameters

      • minutes: number
      • format: "12h" | "24h"

      Returns string