Skip to content

Instantly share code, notes, and snippets.

@vldvel
Created February 27, 2018 06:43
Show Gist options
  • Save vldvel/faa732a09877d7542707059cf66923bf to your computer and use it in GitHub Desktop.
Save vldvel/faa732a09877d7542707059cf66923bf to your computer and use it in GitHub Desktop.
return s.replace(/AM|PM/,'').split(':').map((v,i)=>i==0?/AM/.test(s)?v==12?'00':v:v==12?v:+v+12:v).join(':');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment