I’m sorry it wanted to delete this post, i found what wanted on this page : http://customfieldsuite.com/docs/get/
Sorry… and thank you for this great plugin
That’s perfect, i really thank you for your answer.
Cheers,
Guillaume
Hi gordonek,
this code works for me…
<?php $dateformatstring = “D d M”; $unixtimestamp = strtotime(CFS()->get(‘my-date’)); echo date_i18n($dateformatstring, $unixtimestamp); ?>
I hope that it will be ok for your problem.
Thank you, but if it’s working for the <?php the_time('l, F jS, Y') ?> it’s not wordking for the field “date” of CFS. Any idea? Thanks.