Giorno
<?php print format_date(strtotime($node->field_events_date['und'][0]['value']), 'custom', 'd');?>
Mese
<?php print format_date(strtotime($node->field_events_date['und'][0]['value']), 'custom', 'm');?>
Anno
<?php print format_date(strtotime($node->field_events_date['und'][0]['value']), 'custom', 'y');?>
Se la data ha un end date allora
<?php print format_date(strtotime($node->field_events_date['und'][0]['value2']), 'custom', 'd');?> <?php print format_date(strtotime($node->field_events_date['und'][0]['value2']), 'custom', 'm');?> <?php print format_date(strtotime($node->field_events_date['und'][0]['value2']), 'custom', 'y');?>