On Mar 18, 2021, at 12:00 PM, pd-list-request@lists.iem.at wrote:Message: 1
Date: Thu, 18 Mar 2021 10:29:37 +0100
From: Roman Haefeli <reduzent@gmail.com>
To: pd-list@lists.iem.at
Subject: Re: [PD] Formatted datetime message
Message-ID: <25eb29855607eae0a6afc8bed501a6c2e16f39c5.camel@gmail.com>
Content-Type: text/plain; charset="utf-8"
On Thu, 2021-03-18 at 09:57 +0100, Nicolas Montgermont wrote: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
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