Welcome Guest, Not a member yet? Register   Sign In
Yupii - a Business Application Framework based on Codeigniter
#10

PHP Code:
$config['yupii_all_to_uppercase'] = TRUE
I tried. But it does not work Sad

PHP Code:
$this->addField('ses_fecha', array('label' => 'Fecha''rules' => 'required',
 
                                  'type'  => 'datetime''default' => date("Y-m-d H:i:s"))); 
This works. But how I can change the format. I need a date in the form "d.m.Y", but I need a database to store format "Y-m-d".


How can I change the view of the entry form? When I'll have more input items (5-10)? And I want to add some items description.
Reply


Messages In This Thread
RE: Yupii - a Business Application Framework based on Codeigniter - by PeVal - 06-01-2015, 11:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB