close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Date Formats, Validations

Thread began 3/11/2014 9:42 am by asarcona308398 | Last modified 3/12/2014 12:21 pm by asarcona308398 | 1965 views | 5 replies

asarcona308398

Hey Jason,

What I mean to say is:
"\b(1[0-2]|0[1-9]):[0-5]\d\s[ap]m\b/i" fails on Server Validation

while:

".*" passes Server Vailidation


the form generated by WADA insert wizard produces:

$WAFV_Errors .= WAValidateDT((isset($_POST["recital_start_time"])?$_POST["recital_start_time"]:"") . "",false,".*","","",true,"","","",true,4);
$WAFV_Errors .= WAValidateDT((isset($_POST["recital_finish_time"])?$_POST["recital_finish_time"]:"") . "",false,".*","","",true,"","","",true,5);

which PASSES Validation
if choosing: 02:38 PM (hh:mm tt) in the wizard, under the Time format type, validation fails
I would like to limit the form input to: 02:38 PM (hh:mm tt) format.




AFTER adjusting the Server Behavior in the generated page to: hh:mm tt

$WAFV_Errors .= WAValidateDT((isset($_POST["recital_start_time"])?$_POST["recital_start_time"]:"") . "",false,".*","","",true,"\b(1[0-2]|0[1-9]):[0-5]\d\s[ap]m\b/i","","",true,4);
$WAFV_Errors .= WAValidateDT((isset($_POST["recital_finish_time"])?$_POST["recital_finish_time"]:"") . "",false,".*","","",true,"\b(1[0-2]|0[1-9]):[0-5]\d\s[ap]m\b/i","","",true,5);

also, even if the wizard produces the above the validation will fail...
this is validating against a select list, database generated data in the form of "12:30 PM" one selection accepted, no multiple
the list is populating a valid choice and value when explored with firebug

I hope that helps
Tony

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...