Search npm for packages to use with Deno
Millions of packages that you already know npm are just a few keystrokes away.
Add them to your projects with a simple command that will already feel familar.
Add them to your projects with a simple command that will already feel familar.
twelve-to-twentyfour
Convert 12-hour time strings into 24-hour time strings. 02:00 PM → 14:00
twentyfour-to-twelve
Convert 24-hour time strings into 12-hour time strings. 14:00 → 02:00 PM
date-from-clocktime
Get a valid Date object from any clocktime string. '09:30 AM' → [Date object]