Skip to content

Commit

Permalink
Added proper action for formattin date
Browse files Browse the repository at this point in the history
  • Loading branch information
andreysaf committed Dec 8, 2020
1 parent e701c57 commit 3c623c9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/PrepareDocument/PrepareDocument.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,15 @@ const PrepareDocument = () => {
name: 'JavaScript',
// You can customize the date format here between the two double-quotation marks
// or leave this blank to use the default format
javascript: '"m-d-yyyy"',
javascript: 'AFDate_FormatEx("mmm d, yyyy");',
},
],
K: [
{
name: 'JavaScript',
// You can customize the date format here between the two double-quotation marks
// or leave this blank to use the default format
javascript: 'AFDate_FormatEx("mmm d, yyyy");',
},
],
},
Expand Down

0 comments on commit 3c623c9

Please sign in to comment.