<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Thanks Roman,<br>
    <br>
    Here is a working example for archive.<br>
    n<br>
    <br>
    <div class="moz-cite-prefix">Le 18/03/2021 à 10:29, Roman Haefeli a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:25eb29855607eae0a6afc8bed501a6c2e16f39c5.camel@gmail.com">
      <pre class="moz-quote-pre" wrap="">On Thu, 2021-03-18 at 09:57 +0100, Nicolas Montgermont wrote:

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">I was wondering what is the best (as in easiest/cleaner/vaniller) way
to 
produce a filename with formatted date inside these days.
producing that kind of message with a bang:
YYYYMMDD-HHMMSS
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">

I don't think there is a vanilla way to get date and time. Zexy comes
with [date] and [time]. You could use [makefilename %02d] to create
zero-padded symbols from the different outlets and use a message box to
glue the whole string together:

[symbol $1$2$3-$4$5$6(

Roman
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
  </body>
</html>