Hi,
if you want to obtain the desired result you can prepare a Custom Unit. In this case I suggest you to refer to the source code of the Time Unit and follow the instructions reported in this article of our wiki:
Custom Unit Guide
In order to reuse your code with the Script Unit you can write a parametric Groovy/java code and save it to an external file. Then you can refer to it by setting the Script File Property in the General tab of the Properties View. In this way you can refer to the same script code file.
If the data is stored in a database (i.e. timestamp datatype) and you want to show the value with the desired pattern in the rendered page, you can define a subtype of the default pattern. In this way you can set the new type only for the Attribute which require the new pattern. You can refer to the steps described in this post: Format currency
In fact the subtype based on the timestamp datatype could be shown in page with the pattern ""HH.mm"".
Ciao,
per ottenere il risultato desiderato potresti preparare una Custom Unit. In questo caso ti suggerisco di fare riferimento al sorgente della Time Unit e seguire le istruzioni riportate in questo articolo del nostro wiki:
Custom Unit Guide
Al fine di riusare il tuo codice con la Script Unit potresti scrivere uno script Groovy/java parametrico e salvarlo come file esterno. Successivamente puoi riferirti a questo file impostando la Proprietà Script File presente nel tab General del Pannello delle Proprietà . In questo modo puoi far rifimento allo stesso file del codice.
Se il dato viene salvato in un database (es: tipo timestamp) e vuoi mostrare il valore con il pattern desiderato nella pagina generata, puoi definire un sottotipo del pattern di default. In questo modo puoi settare il nuovo tipo solo per l'Attributo che richiede il nuovo pattern. Puoi riferirti ai passaggi desritti in questo post: Format currency
Infatti il sottotipo basato sul tipo di dato timestamp può essere mostrato in pagina col pattern ""HH.mm"".