Oh no, but date interval is what I´m using . I´m sorry if you spent a lot of time figuring this code out and now I cant use it
If you can change it so it works on date interval, then you will be my new Hero
Lasse
Ps. took a look at the code in my item.php and my code strings lokks like this, it´s not exactly the same as the first of yours ?
The font color is my own poking around in the script
<div class="custom_fields">
<?php if( osc_count_item_meta() > 0 ) { ?>
<div class="meta_list">
<?php while ( osc_has_item_meta() ) { ?>
<p class="meta no-margin">
<font color="#822619"> <strong><?php echo osc_item_meta_name() ; ?>: <?php echo osc_item_meta_value() ; ?></strong></font>
</p>
<?php } ?>
</div><p></p>