Wiki source code of Date Displayer

Version 1.1 by admin on 2022/05/03 16:37

Show last authors
1 {{velocity}}
2 #set ($MAGIC_DATE = $datetool.toDate('yyyy-MM-dd', '9999-12-31'))
3 #if ($xcontext.action == 'edit' && $field.classType == 'Date' && $field.getValue('emptyIsToday') == 1 && $MAGIC_DATE.equals($value))
4 #set ($value = $NULL)
5 #end
6 {{html}}#template('displayer_date.vm'){{/html}}
7 {{/velocity}}
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 13.10.5 - Documentation