# alfred-timestamp **Repository Path**: ManerFan/alfred-timestamp ## Basic Information - **Project Name**: alfred-timestamp - **Description**: 时间戳与格式化日期相互转换 timestamp and date-string mutual conversion - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-21 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # alfred-timestamp-conv > [Alfred 3](https://www.alfredapp.com/) workflow,时间戳与格式化日期相互转换 Convert between Timestamp and Formatted Date ![](docs/timestamp.gif) ![](docs/1.jpg) ![](docs/2.jpg) ## Install ```js $ npm install --global alfred-timestamp-conv ``` Requires [Node.js](https://nodejs.org/) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/). ## Usage In Alfred, type `time`, Enter or Space, and the timestamp or formatted date. alfred-timestamp-conv will automatically convert the timestamp (formatted date) to formatted date (timestamp) Press Enter, Copy result to Clipboard. Hold Command and Press Enter, Show on Large Type and Copy to Clipboard. ## Related - [alfy](https://github.com/sindresorhus/alfy) - Create Alfred workflows with ease - [moment](http://momentjs.com/) - Parse, validate, manipulate, and display dates and times in JavaScript. ## License [Apache 2.0](LICENSE) © [ManerFan](https://github.com/manerfan)