mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
228 B
228 B
RFCDate
types.RFCDate is a wrapper around Date that allows for JSON marshaling a date string formatted as "2006-01-02".
Usage
const d1 = new RFCDate(Date.now());
const d2 = new RFCDate("2019-01-01");