I set-up a custom format and assigned it to 'short'.

I created a custom content-type and added Date as a CCK field - I set To Date to Never

When I view a node created with this content-type (as an anonymous or authenticated user) it displays only the From date, as configured.

The bug:
When I view the same node logged in as the administrator it displays both From and To values.

Comments

meadot01’s picture

I am getting these results as well - this was working for me in 6.x-2.1 but broke when I upgraded to 6.x-2.3. The date.theme does a compare of $dates['value']['formatted'] and $dates['value2']['formatted'] and they compare as different even though these objects look exactly the same.

arlinsandbulte’s picture

Status: Active » Closed (cannot reproduce)

I could not reproduce this with the latest version of Data (2.6).