I am referring to KB 45818, and the validation regex for the date seems to show today as an invalid date!!
Can someone else verify this for me. This regex was working fine for the past month or so without any problems.
I am referring to:
<ruleset name="Interwoven Information Page">
<description>
Capture announcement to pair with date,weather,stock
</description>
<item name="Announcement">
<text size="10"
maxlength="10"
validation-regex="((((01|03|05|07|08|10|12)-((0[1-9])|([12][0-9])|(3[01])))|((04|06|09|11)-((0[1-9])|([12][0-9])|(30)))|(02-((0[1-9])|(1[0-2])|(2[0-8]))))-(19|20)[0-9][0-9])|(02-29-(19|20)(((04|08))|((2|4|6|8)(0|4|8))|((1|3|5|7|9)(2|6))))"
required="t" />
</item>
</ruleset>
Thanks- The URL to the KB is --
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=45818