Accessing 'to date' in CCK Date field

Events happening in the community are now at Drupal community events on www.drupal.org.
jcicolani's picture

I am building an on-line classroom utilizing CCK Date field to indicate start and end date. The date field has a start and to date. I have a view which identifies all of the users with a sign-up for any class starting in the next day (now to now +1 day) and performs an operation. What I need is a similar view which will use the 'to date' in the CCK Date field to perform another operation. So, the question is, how can I access the 'to date' in a view?

Comments

Here are a couple of ways...

FilmKnurd's picture

If you are filtering on the date field:
1. Click the plus next to filters
2. Select "Date"
3. Select "Date (node)"
4. Scroll down to "DATE FIELD(s):"
5. Select the "to" field for your content type

If you want a "to" field as a field in the view:
1. Click the plus button in the fields area
2. Select "Content"
3. Select the "to" field in your content type