forms - Date Select Error in Ektron -


I have a form that is using the calendar / date selection tool within the Ekstran, but when the user is current The date (or any date, for that matter), gives an error by saying that you have to select a date in the past.

We have not played around this code for the form, but it seems almost like a verification issue.

Here's the code, such as, from Ekron.

  & lt; p align = "center" style = "text-align: left;" & Gt; The date event was presented: & amp; # 160; & Lt; ektdesignns_calendar title = "Date presented" id = "date_presentation" onblur = "design_validate_xpath ('number (translation (., \', '' '' '')) & amp; lt; = number (translation ($ current day) Ektdesignns_invalidmsg = "Date in the past (required)", ektdesignns_validate, "date" (required); 'ektdesignns_name = "date_presented" ektdesignns_caption = "Date presented" ektdesignns_invalidmsg = "ektdesignns_validate = "xpath: number (translation (., '-', '')) & amp; lt; = number (translation ($ currentDate, '-', ''))" ektdesignns_basetype = "calendar" ektdesignns_datatype = "date" ektdesignns_validation = "datePast-req" name = "date_contact" & g T; & Lt; Input type = "text" size = "30" read-only = "reading only" unselected = "on" /> & Lt; img width = "16" height = "16" class = "design_fieldbutton" alt = "choose date" src = "[skinpath] btncalendar.gif" unselected = "on" /> & Lt; / ektdesignns_calendar & gt; & Lt; / P & gt;   

My knowledge on verification is limited, but it seems that it is going to parse the date in the form of integer, it is possible to add one day (+1) to the present day, so that Could it not be valid in any future in the future?

I think this is an HTML form in contrast to a smart form?

If so, have you checked verification settings on the calendar field? If you edit the form, right-click on the field and select the field property, you will get the Properties window. Go to the Validation tab and see the settings in the verification dropdown.

The option to ensure the date is in the past or future, perhaps one of these options has been set?

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -