It should work as far as I can see... Are you sure you look at the right
field, because only start has represent in the model definition you show us.
Richard
On Mon, Apr 22, 2013 at 6:16 PM, Christian Espinoza wrote:
> Hi, I have this table definition:
>
>
> db.define_table('timetable',
>
Hi, I have this table definition:
db.define_table('timetable',
Field('customer', db.customer, label='Cliente'),
Field('name', length=160, label='Nombre'),
Field('start', 'time', label='Inicio' ),
Field('finish', 'time', label='Final' ),
2 matches
Mail list logo