⚠️ Add linux/osx commands for date

This commit is contained in:
Jake Brinkmann
2016-11-11 21:39:40 -06:00
committed by GitHub
parent 31199258a0
commit 455e4ddf54

View File

@@ -216,8 +216,9 @@ date +%m/%d/%Y
What about a week from now? What about a week from now?
``` ```bash
date -d "+7 days" date -d "+7 days" # On linux
date -j -v+7d # On osx
``` ```
=== ===