Created
November 30, 2017 06:13
-
-
Save myui/eddc25df77441da20f7b6af2141e3610 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timezone: Asia/Tokyo | |
+task1: | |
echo>: ${moment(session_time).format()} | |
+task2: | |
echo>: ${moment(session_time).subtract(1,'months').format('YYYYMM')} | |
+task3: | |
echo>: ${moment(session_time).subtract(7,'days').format('YYYYMMDD')} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment