<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">I assume that you select in "Submailbox for each unique value of" to "Date > Day" to get it grouped on daily basis</p>
<p dir="auto">You get is displayed as:</p>
<p dir="auto">yyyy-mm-dd<br>
2023-01-23</p>
<p dir="auto">There are some modifiers for date like:</p>
<p dir="auto"><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">${#date.day}</code> -> <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">2023-01-23</code><br>
<code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">${#date.month}</code> -> <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">2023-01</code><br>
<code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">${#date.year}</code> -> <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">2023</code></p>
<p dir="auto">But I did not find something like <del><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">${#date.dd}</code></del> or <del><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">${#date.mm.dd.yy}</code></del></p>
<p dir="auto">But you can do it with a regex:</p>
<p dir="auto"><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">${#date/((\d{4})-(\d{2})-(\d{2}).*)/$3\/$4\/$2/}</code></p>
<p dir="auto">Whitch result in:<br>
<code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">mm/dd/yyyy</code><br>
<code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">01/03/2023</code></p>
<p dir="auto">I hope this helps - maybe there a other formatters for date - but I can not find them :/</p>
<p dir="auto">On 28 Jan 2023, at 5:20, RANDY ABBOTT wrote:</p>
</div><div class="plaintext" style="white-space: normal;"><blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;"><p dir="auto">What is the syntax for creating a custom mailbox name when creating Submailboxes? I want the format mm/dd/yy but I don't know how that translates to the syntax ${#date.xxx}</p>
<p dir="auto">_______________________________________________
<br>
mailmate mailing list
<br>
mailmate@lists.freron.com</p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto"><a href="https://lists.freron.com/listinfo/mailmate" style="color: #777777;">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

</div>
</div>
</body>

</html>