Posted by sumaiyajaved on May 25, 2009 at 8:00am
Please help very confused here.
I have an content type 'performance' it has a to and from date field storing data/time.
Now while displaying the content type i want to display the date and time in two different fields.
Eg
Date: 29th Jan 2009
Time: 15:00 - 17:00
ie one input field two outputs. It is a simple requirement but i just cant find a way to do it.
Note: I am a php programmer but new to drupal.
I want to see the result in the content type output and not views as i will be having around 100 'performance' content so creating view for just simple requirement does not make sense.
I have tried using viewField and fieldReference of CCK.