fcambus 3b3624d027 In calcurse 4.3.0, the strftime(3) format string to display dates in
calendar was changed to '%B %-d, %Y'.

The %-* format string is a GNU libc extension which we don't support,
resulting in dates being displayed like 'March -d, 2018' instead of
showing the day of the month as a decimal number.

Switch to using the %d format string instead.

OK naddy@, jca@
2018-03-22 23:15:29 +00:00
..
2016-04-28 14:26:12 +00:00
2017-11-12 14:01:26 +00:00