On 12/26/2012 6:40 PM, Matt White wrote: > <s:text class="input-small" type="text" name="startDate" > placeholder="MM/DD/YYYY"/>
Gah. I sweat this out for an hour, post something on the mailing list, and then figure it out on my own a few minutes later. Just to close the loop on this, you need to set the formatType to "date" so that Stripes knows you're working with date data. That line above should read like this: <s:text class="input-small" type="text" name="startDate" formatType="date" formatPattern="M/d/yyyy" placeholder="MM/DD/YYYY"/> - Matt ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users