Fourth:

Learn English and be patient ;)

Tnanks A lot!


Thomas Weidner-2 wrote:
> 
> First:
> If you want to check if a input is correct use
> Zend_Locale_Format::isDate();
> 
> Second:
> When you are giving an format string is has to be ISO. Or you define 
> previous that you want to use "ye old php date format".
> 
> What you have given is the following:
> dd = day number, 2 digits
> mm = minute, 2 digits
> yyy = year, non ISO 3 digits
> 
> Third:
> As you have given day and year but without month, the result is not what
> you 
> wanted it to be.
> 
> 
> I would suggest that you:
> 
> 1.) Check your input with isDate()
> 2.) Use proper format tokens.
> 3.) Read the documentation. ;-)
> 
> Greetings
> Thomas
> I18N Team Leader 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/zend_date-tf3414173s16154.html#a9518792
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to