I have a CCK To-From date range that is the same date, just different times. The output I get is

Wednesday, May 19th, 6:44 pm - , 8:44 pm

I would expect it to be

Wednesday, May 19th, 6:44 pm - 8:44 pm

Extra comma looks bad.

CommentFileSizeAuthor
#1 date-802722.patch7.92 KBmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Needs review
FileSize
7.92 KB

line 144 in date/date.theme

+    $time2 = trim(implode(',', array_filter(explode(',', $time2))));

The rest is auto whitespace fixes from my editor.

arlinsandbulte’s picture

Component: Date CCK Field » Code
Status: Needs review » Closed (cannot reproduce)

I cannot reproduce this in the latest code.