jsynowiec / vscode-insertdatestring

An extension for Visual Studio Code that provides a configurable command for inserting the current date and time
MIT License
63 stars 14 forks source link

Feature request: add config option to display the date in other language #10

Closed eclipseo closed 2 years ago

eclipseo commented 5 years ago

Sometimes I'd like to display the date in French, sometimes in English. It would be nice to support this in options.

jsynowiec commented 5 years ago

I think it's a good idea to explore, but because I don't use dates in other languages, I'll leave it here for others to pick and send a PR.

rioj7 commented 4 years ago

@eclipseo You could have a look at Command Variable v0.10.0 and use the extension.commandvariable.dateTime that uses Locales to format date and time and configuration of how each field is generated.

-- Maintainer update: @rioj7 is author of linked extension, so this post can be classified as a self promition.

jsynowiec commented 2 years ago

I am going to close this due to the lack of activity.

rioj7 commented 2 years ago

Not self promotion, I waited 3 years for a solution and it still is not fixed in this extension