Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

parameter 'field2' is not a valid date

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Add-ons
View previous topic :: View next topic  
Author Message
alernikow
Smarty n00b


Joined: 04 Jul 2007
Posts: 2

PostPosted: Wed Jul 04, 2007 10:07 pm    Post subject: parameter 'field2' is not a valid date Reply with quote

Hello

I use SmartyValidate add on/

I'm getting the error:

Notice: SmartyValidate: [isDateAfter] parameter 'field2' is not a valid date. in C:\wamp\

Code:

{html_select_date prefix="startDate"}
{html_select_date prefix="endDate"}

{validate id="endDate" field="endDate" criteria="dummyValid" transform="makeDate"}

{validate id="check" field="endDate" criteria="isDateOnOrAfter" field2="startDate" transform="makeDate"}

input type="hidden" name="startDate'
input type="hidden" name="endDate"


php:

if(empty($_POST)) {

SmartyValidate::connect($smarty, true);
SmartyValidate::register_validator('endDate', 'EndDate', 'dummyValid', false, false, 'makeDate');
SmartyValidate::register_validator('check', 'endDate', 'dummyValid', false, false, 'makeDate');

} else {
SmartyValidate::connect($smarty);
if(SmartyValidate::is_valid($_POST)) {
SmartyValidate::disconnect();
$smarty->display('success.tpl');
} else {
$smarty->assign($_POST);

}
}

Please help me. I'm new in Smarty

Does "transform="makeDate"" attribut is not responsilbe to convert 'field2' in to date ?
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Add-ons All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP