Mustache current date

How can i include in the template the current date using mustache format ?
Thanks

Hi Simone,

Thanks for your inquiry. You can achieve your requirement by implementing IReplacingCallback interface.
You can find the date field with mustache syntax and replace it with Date field using DocumentBuilder.insertField method.

Please use the same approach shared in the following documentation link. Hope this helps you.
http://www.aspose.com/docs/display/wordsjava/How+to++Find+and+Highlight+Text