Quote:
Originally Posted by dunhill
Following your message, I tried it and it worked fine in one, but they are all loaded the same way.
|
According to ownedbycats' message, I think if you make this small change:
Code:
dev = field('#return');
if dev == '' then
return = 'no date'
else
return = format_date_field('#return', 'dd MMM yyyy')
fi;
, it could work.