<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 8, 2017 at 5:43 PM, Paul B. Henson <span dir="ltr"><<a href="mailto:henson@cpp.edu" target="_blank">henson@cpp.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div id="gmail-:kfw" class="gmail-a3s gmail-aXjCH gmail-m15c8a4e9a3640cda">Seems a bit user unfriendly. Would you ever use just one M in a match?<br>
Only if you were restricting your dates to January through September in<br>
numeric non-zero filled form 8-/?</div></blockquote></div><div class="gmail_extra"><br></div>It says:<br>Number: The _minimum_ number of digits. Shorter numbers are zero-padded to this amount.<br>...<br>Month: 3 or over, use text, otherwise use number.</div><div class="gmail_extra"><br></div><div class="gmail_extra">So, "M" sets the minimum number of digits, not the maximum.  So, M gives you 1-12, unpadded, while MM should give you 01-12, padded.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Greg</div></div>