File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -49,7 +49,7 @@ const yyyymmdstr = moment().format('YYYY/MM/DD');
|
49 | 49 |
|
50 | 50 | **Good**:
|
51 | 51 | ```javascript
|
52 |
| -const yearMonthDay = moment().format('YYYY/MM/DD'); |
| 52 | +const currentDate = moment().format('YYYY/MM/DD'); |
53 | 53 | ```
|
54 | 54 | **[⬆ back to top](#table-of-contents)**
|
55 | 55 |
|
|
You can’t perform that action at this time.
0 commit comments