We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2721980 commit b1b37ebCopy full SHA for b1b37eb
README.md
@@ -49,7 +49,7 @@ const yyyymmdstr = moment().format('YYYY/MM/DD');
49
50
**Good**:
51
```javascript
52
-const yearMonthDay = moment().format('YYYY/MM/DD');
+const currentDate = moment().format('YYYY/MM/DD');
53
```
54
**[⬆ back to top](#table-of-contents)**
55
0 commit comments