This simple PopClip extension quickly converts a JavaScript timestamp (milliseconds since Jan 1 1970) into a human-readable date.
This extension requires a
nodeexecutable inusr/local/bin. If you get aCannot Install Extensionerror sayingNo such executable file: /usr/local/bin/nodeand you are sure that you have Node installed (ie, runningwhich nodegives you output), you'll want to set up a symlink to yournodeexecutable by runningln -s (which node) /usr/local/bin/node
- Download or clone this repo to your computer
- Double-click the
Date From Timestamp.popclipextextension to install it in PopClip - Confirm that the Date From Timestamp extension is activated:
- Select a JavaScript timestamp (it works with any integer)
- Click the calendar icon
- Optional: Click on the human-readable date to copy it to your clipboard

