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

Help: how to make AM/PM lowercase? #14

Closed agmemon10 closed 5 years ago

agmemon10 commented 5 years ago

right now, when I input "A" into format, it defaults the Ante meridiem (AM) and Post meridiem (PM) to uppercase. Is there anyway to have it as lowercase? I tried using "a" but that does not work for me

This is the format I am currently using: YYYY-MM-DD HH:mmA

jsynowiec commented 5 years ago

Unfortunately no. It'll be always upper-case. But I'm going to rework the date parsing and formatting at some point to allow much more customisation and formats.

agmemon10 commented 5 years ago

Okay, thank you