ottogal:
Thank you, but yes...
I used this in the Ditto tpl
[*createdon:date=`<span class="jour">%a.</span ><span class="month">%b.</span >
<span class="day">%d </span >`*]
I tried to convert into:
[*date-news:date=`<span class="jour">%a.</span ><span class="month">%b.</span >
<span class="day">%d </span >`*]
this is my initial post.
The point is that the date modifier and all snippets are supposed to work with unix timestamp format and not with string format coming from the Date formatter widget, as I thought it was needed to give a date picker to the redactor.
I was wrong : a unixtime format keeps the date picker too, so the date is ok and handled by the modifier now!
BUT it’s not utf8 I have issues with accentuated characters in the months now...
+
Ditto does not see my date tv in its loop (still 1/1/70)
edit :in fact Ditto sees only the CURRENT page TV value, not the one in runs over. Even with :
[*phx:input=`[*date-news*]`:date=`<span class="jour">%a.</span ><span class="month">%b.</span ><br /> <span class="day">%d </span >`*