phstc/jquery-dateFormat

AM/PM but in lowercase? (not a.m./p.m.)

zoranlorkovic opened this issue · 1 comments

Is this possible and how?

Thanks.

phstc commented

hi @zlorkovic

I don't think it will be possible without introducing a new pattern. Maybe you could try something with replace like dateStr.replace('AM', 'am').