Mercurial > public > sg101
comparison gcalendar/forms.py @ 1113:f27986c11ddf
Fix time suffix for 12 & 12:30pm.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 12 Jul 2016 19:38:54 -0500 |
parents | 110bbc78a482 |
children |
comparison
equal
deleted
inserted
replaced
1112:654b55ad9134 | 1113:f27986c11ddf |
---|---|
34 ('09:30', '9:30 am (09:30)'), | 34 ('09:30', '9:30 am (09:30)'), |
35 ('10:00', '10:00 am (10:00)'), | 35 ('10:00', '10:00 am (10:00)'), |
36 ('10:30', '10:30 am (10:30)'), | 36 ('10:30', '10:30 am (10:30)'), |
37 ('11:00', '11:00 am (11:00)'), | 37 ('11:00', '11:00 am (11:00)'), |
38 ('11:30', '11:30 am (11:30)'), | 38 ('11:30', '11:30 am (11:30)'), |
39 ('12:00', '12:00 am (12:00)'), | 39 ('12:00', '12:00 pm (12:00)'), |
40 ('12:30', '12:30 am (12:30)'), | 40 ('12:30', '12:30 pm (12:30)'), |
41 ('13:00', '1:00 pm (13:00)'), | 41 ('13:00', '1:00 pm (13:00)'), |
42 ('13:30', '1:30 pm (13:30)'), | 42 ('13:30', '1:30 pm (13:30)'), |
43 ('14:00', '2:00 pm (14:00)'), | 43 ('14:00', '2:00 pm (14:00)'), |
44 ('14:30', '2:30 pm (14:30)'), | 44 ('14:30', '2:30 pm (14:30)'), |
45 ('15:00', '3:00 pm (15:00)'), | 45 ('15:00', '3:00 pm (15:00)'), |