Re: UTF8 monthname in date-picker

2008-03-27 Thread Molt

uhm, i'm sorry for the doublepost ... had some technical problems o_O




On Mar 27, 3:38 pm, Molt <[EMAIL PROTECTED]> wrote:
> Heyho,
> when using the beta 1.2 the following code was working great:
>
> echo utf8_encode(
>  $form->input('datetime',array('label' => 'Datum & Beginn',
> 'timeFormat' => 24, 'dateFormat' => 'DMY'))
> );
>
> Anyway, now i tried the nightly of 2008-03-25 and it does not like
> this way :(
> Instead of the german März (for march) i get simply nothing, an empty
> string.
>
> Does anybody know, whats up with this? I know this is a nightly, but
> i'd like to know if i made some mistake or i just have to wait for
> some codechanges :)
>
> thanks a lot in advance!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



UTF8 monthname in date-picker

2008-03-27 Thread Molt

Heyho,
when using the beta 1.2 the following code was working great:

echo utf8_encode(
 $form->input('datetime',array('label' => 'Datum & Beginn',
'timeFormat' => 24, 'dateFormat' => 'DMY'))
);

Anyway, now i tried the nightly of 2008-03-25 and it does not like
this way :(
Instead of the german März (for march) i get simply nothing, an empty
string.

Does anybody know, whats up with this? I know this is a nightly, but
i'd like to know if i made some mistake or i just have to wait for
some codechanges :)

thanks a lot in advance!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Localizate month names

2008-03-27 Thread Molt

Anybody a clue then, why the current nightly (March 25th) doesn't
display the utf-8 name for march (in german März) anymore?

echo utf8_encode(
 $form->input('datetime',array('label' => 'Datum & 
Beginn',
'timeFormat' => 24, 'dateFormat' => 'DMY'))
);

this is my code

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---