This simple PopClip extension quickly converts a JavaScript timestamp (milliseconds since Jan 1 1970) into a human-readable date.
This extension requires a
node
executable inusr/local/bin
. If you get aCannot Install Extension
error sayingNo such executable file: /usr/local/bin/node
and you are sure that you have Node installed (ie, runningwhich node
gives you output), you'll want to set up a symlink to yournode
executable by runningln -s (which node) /usr/local/bin/node
- Download or clone this repo to your computer
- Double-click the
Date From Timestamp.popclipext
extension 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