Date Calculation
日付に時間を加減算し、結果をフォーマットします。
データDateCalculation
概要
日付に時間を加減算し、結果をフォーマットします。
Add or subtract time from a date and format the result.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Date | string | 必須 | now | 'now' or a date string (ISO, or matching the input format). 例: now 変数に対応 |
| Operation | dropdownAdd · Subtract | 必須 | Add | |
| Amount | number | 必須 | 1 | 例: 7 変数に対応 |
| Unit | dropdownseconds · minutes · hours · days · weeks | 必須 | days | |
| Input format | string | 任意 | strptime format for the input (blank = ISO). 例: %Y-%m-%d | |
| Output format | string | 任意 | %Y-%m-%d %H:%M:%S | strftime format for the result. |
| Store result in | variable | 必須 | 例: newDate |