Hey all.

I have been searching through Google and finding alot of solutions for 5.x but not for 6.x.

I am trying to replicate this: http://www.boernetoday.com/calendar

I have gotten pretty close: http://nyreport.minnick.com/calendar/2009-06

I am trying to figure out how to make the date not say "All Day" next to it or any time that may be added in. Also, the date they have is shown in a different format. I know that there is a way to change that without going into the code, but I cannot find where to make the change.

Any help would be appreciated!

Comments

Knucklehead00’s picture

Alright, I am understanding Views a lot more now and was able to figure out what I needed to do.

Still trying to figure out how to get rid of the 'All Day' at the end of the dates though.

Any ideas?

Knucklehead00’s picture

Figured it out:

Go to drupal_root/modules/date/date/date.theme

Find: function theme_date_all_day_label()

You will see a return line below it. Delete that.

The end result should be: function theme_date_all_day_label() {}