By loldrup2 on
I would love a content type that could fit meeting minutes. That is, a story or a page that also has a field for meeting date. I have installed CCK and tried making my own content type, but it really can't give me the same smooth date format that the event content type already has. Events can be sorted by start- or end-date, whereas the date-formats that can be made with CCK would not have that ability, as it would consist of individual integer-fields that would not be recognized as a sortable entity on its own.
Can I copy the event-type in any way, and then modify it so it only has one date (that is, remove the end-date field), and then rename this date 'meeting date'?
Comments
You can sort by CCK date -
You can sort by CCK date - not sure what you're referring to.
Date Formats...
Have you looked at the Date module for your date fields in CCK?
The other way, might be to create your minutes content type and then event enable it with the event module.
This Date-module was exactly
This Date-module was exactly what I needed :) Thank you!