Skip to content

Commit

Permalink
chore: quote styles
Browse files Browse the repository at this point in the history
  • Loading branch information
YUCLing committed Sep 27, 2024
1 parent 8a156c7 commit 8bc69c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/core/js/src/common/utils/dayjsPlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const customFormats: import('dayjs').PluginFunc = function (_option, c, _
format?.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (_, a, b) => a || b.slice(1))

const englishFormats: Record<string, string> = {
F: "DD MMMM",
FF: "MMMM YYYY"
F: 'DD MMMM',
FF: 'MMMM YYYY'
};

proto.format = function(template) {
Expand Down

0 comments on commit 8bc69c8

Please sign in to comment.