Skip to content

Instantly share code, notes, and snippets.

@imparvez
Created February 18, 2019 05:35
Show Gist options
  • Save imparvez/4f9075a7f0608b2d91f34f599a71b3b0 to your computer and use it in GitHub Desktop.
Save imparvez/4f9075a7f0608b2d91f34f599a71b3b0 to your computer and use it in GitHub Desktop.
Get Colon Time From Date
const getColonTimeFromDate = date => date.toTimeString().slice(0, 8)
getColonTimeFromDate(new Date()); // "11:00:34"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment