Shawn,<br><br>I enter (without the quotes) "05/02/2011 03:29". There is a blank between "2011" and "03:29".<br><br>I don't see why it doesn't like it?<br><br>Kenn<br>LBNL<br><br><div class="gmail_quote">
On Tue, May 10, 2011 at 1:02 PM, Shawn M Moore <span dir="ltr"><<a href="mailto:sartak@bestpractical.com">sartak@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">(平成23/05/10 16:00), Kenneth Crocker wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
To list,<br>
<br>
I'm trying to ensure that a date & time entry for a custom field is<br>
correct. I am using the following code in the validation box:<br>
<br>
(?#Date mm/dd/yyyy<br>
hh:mm-military)^((0[1-9]|1[0-2])\/(0[1-9]|[1-2][0-9]|3[0-1])\/([1-2][0-9][0-9][0-9])<br>
(0[0-9]|1[0-4]):(0[0-9]|1[0-9]))?$<br>
<br>
I also tried:<br>
<br>
(?#Date mm/dd/yyyy<br>
hh:mm-military)^((0[1-9]|1[0-2])\/(0[1-9]|[1-2][0-9]|3[0-1])\/([1-2][0-9][0-9][0-9])<br>
(0[1-9]|1[0-2]):(0[0-9]|1[0-9]))?$<br>
<br>
and that didn't work either. I get this error message:<br>
<br>
"Could not add new custom field value: Input must match [Date mm/dd/yyyy<br>
hh:mm-military]".<br>
<br>
  I figured the problem was with my "time" code, but what do I know? ;-).<br>
<br>
Any help would be greatly appreciated.<br>
<br>
Kenn<br>
LBNL<br>
</blockquote>
<br></div></div>
Yeah, this looks like your regex is failing to match against whatever you're putting into the field.<br>
<br>
What values are you trying to put into this custom field that you expect to work?<br>
</blockquote></div><br>