dayjs('2018-03-27').format('D') in chrome: it is work and it show 27 in safari: it is not work and it show NaN
dayjs('2018-03-27').format('D')
in chrome: it is work and it show 27
in safari: it is not work and it show NaN