sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Bug: Invoice dates #73

Closed cmutel closed 7 months ago

cmutel commented 7 months ago

Invoice date string interpolation is broken: Invoice date: March #d, 2024

lilliputten commented 7 months ago

I see my comment (in dds_registration/core/constants/date_time_formats.py) for this issue (wasn't sure that it's a real bug at that time):

dateFormat = "%B %#d, %Y" # TODO: A day without zero? NOTE: It seems to be non-cross-platform: '%#d' is for windows and '%-d' -- for unix