spencermountain / spacetime

A lightweight javascript timezone library
http://spacetime.how/
Other
3.97k stars 185 forks source link

Add support for capitalized meridian format #358

Closed Nfinished closed 1 year ago

Nfinished commented 1 year ago

Quick and dirty because this is just a thought while I'm in the middle of something else, lmk your thoughts and I can shore it up.

use case {month-short} {date} {hour}:{minute-pad} {AMPM} etc. Anything with mixed case.

Nfinished commented 1 year ago

unrelated I noticed milisecond and milisecond-pad options exist but are missing from https://github.com/spencermountain/spacetime/wiki/Formatting

spencermountain commented 1 year ago

Sounds good! I’m just heading out for the holidays. I’ll release this, and the other fixes once I’m back after Christmas. Cheers!

Nfinished commented 1 year ago

Thanks! For some context these were all needed for a chartjs adapter I'm building https://github.com/Nfinished/chartjs-adapter-spacetime

spencermountain commented 1 year ago

hey Adam, this is released now in 7.4.0 - thanks for your help.