editor variable with pattern "yyyy-MM-dd'T'HH:mm:ss.SSSXXX"
Posted: Thu Jan 22, 2015 3:14 pm
Hi
I'd like to use an editor variable for a time stamp
with the following pattern :"yyyy-MM-dd'T'HH:mm:ss.SSSXXX" (found on this page the oxygen documentation indicates http://docs.oracle.com/javase/7/docs/ap ... ormat.html)
But what should I put as pattern in my template eg "$date(pattern)"
my example produce an empty @when attribute with OxygenEditor 16.0
<revisionDesc>
<change who="${ask('Identifiant du créateur du fichier (initiales)')}"
when="${date(yyyy-MM-dd'T'HH:mm:ss.SSSXXX)}">file creation</change>
</revisionDesc>
Thanks for your help
best regards
Emmanuelle
I'd like to use an editor variable for a time stamp
with the following pattern :"yyyy-MM-dd'T'HH:mm:ss.SSSXXX" (found on this page the oxygen documentation indicates http://docs.oracle.com/javase/7/docs/ap ... ormat.html)
But what should I put as pattern in my template eg "$date(pattern)"
my example produce an empty @when attribute with OxygenEditor 16.0
<revisionDesc>
<change who="${ask('Identifiant du créateur du fichier (initiales)')}"
when="${date(yyyy-MM-dd'T'HH:mm:ss.SSSXXX)}">file creation</change>
</revisionDesc>
Thanks for your help
best regards
Emmanuelle