current time is '2018-08-29' but i use dayjs().month() it return 7 not 8 ? why
In javascript, month starts from 0;
thank you
@iamkun This issue can be closed
Most helpful comment
In javascript, month starts from 0;