If one only enters a year in date and leaves month and day blank on the admin side, in public view the date shows up as 11.30.previous year.
Example:
admin side (edit), date: 1905 [blank] [blank]
public view, date: 11.30.1904
And even if one tries to enter zeros instead of leaving the Month and Day fields blank, one ends up with the same thing, and the zeros just disappear in any case.
Similary, if one enters a year in date and a month but no day on the admin side, in public view it shows up as last day of previous month correct year.
Example:
admin side (edit), date: 2008 03 [blank]
public view, date: 02.29.2008
Any ideas on how to fix this?