is-am-pm
Check whether it's a.m. or p.m. in local time. When given a number n, it is assumed that 0 <= n <= 23, which is the hour of the day on a 24-hour clock. Behavior is undefined for values of n outside that range.
Compatible with Node.js 8 or higher.
Usage
; ; // true; // true; // false
License
MIT