humpalum / vscode-sigma

MIT License
15 stars 7 forks source link

Adds a dateformat field to the config. #26

Open s1lvn opened 1 month ago

s1lvn commented 1 month ago

Allows to specify in the configuration a custom date format. Examples: "YYYY-MM-DD", "YYYY/MM/DD", "DD/MM/YYYY" etc. Substitutes 4-digit year number in place of 'YYYY', 2-digit month number in place of 'MM', 2-digit day number in place of 'DD'.