Hello,
To make it work I add this new property in XWiki.XWikiUsers class:
/bin/edit/XWiki/XWikiUsers?editor=class
Name: doc.creationDate Type: String
PrettyName: Creation date
Custom Display:
{{velocity}}
{{html}}<i>$value</i>{{/html}}
{{/velocity}}
The problem is that "Custom display" is not taking into account and not
rendering.
I know HTML is not interpreted but I want to remove time of "Creation date"
field but "Custom Display" is apparently not used on a database field.
Here a screenshot on what I want:
http://snag.gy/bWnu9.jpg
Do you have an idea how I must do it?
Is it normal than "Custom Display" is not used?
Thxs for any help
Pascal BASTIEN