UNPKG

convertible-js

Version:

Convert 12-hour time string to 24-hour time and vice versa with flexible formatting.

5 lines (4 loc) 115 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AM = 'AM'; exports.PM = 'PM';