Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit
https://github.com/akelos/akelos/issues
Akelos PHP Framework Forum
Discussions
Categories
General
: [AkActionView] date_helper
Bottom of Page
1 to 1 of 1
CommentAuthor
fcedillo
My question is about date_select function.
Declared as: function date_select($object_name, $column_name, $options = array())
in file: lib/AkActionView/helpers/date_helper.php
line 136: $options['order'] = empty($options['order']) ? explode(',',Ak::t('year,month,day',array(),'localize/date')) : $options['order'];
If always in English... Why are translated function variables 'year, moth, day'?
1 to 1 of 1
Back to Discussions
Top of Page