Skip to content

Commit

Permalink
Merge b1d17ec into e273d3d
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Aug 10, 2019
2 parents e273d3d + b1d17ec commit fec7135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/index.js
Expand Up @@ -396,7 +396,7 @@ describe('Manipulate', () => {
describe('Display', () => {
it('Format', () => {
const m = moment(time).format('dddd, MMMM D YYYY, h:mm:ss A');
const d = date.format(new Date(time), 'eeee, MMMM d YYYY, h:mm:ss aa', {
const d = date.format(new Date(time), 'eeee, MMMM d yyyy, h:mm:ss aa', {
awareOfUnicodeTokens: true,
});
const day = dayjs(time).format('dddd, MMMM D YYYY, h:mm:ss A');
Expand Down

0 comments on commit fec7135

Please sign in to comment.