[web2py] Re: Date help

2011-02-18 Thread greenpoise
I mean, I did not know I couldnt name the fields using uppercase. On Feb 18, 3:19 pm, greenpoise wrote: > So odd...the capital letters did the trick...I changed my fields to > small caps and it worked.. AGH haaa..I am laughing now but I wasnt > before.. I did not know i couldnt write small

[web2py] Re: Date help

2011-02-18 Thread greenpoise
So odd...the capital letters did the trick...I changed my fields to small caps and it worked.. AGH haaa..I am laughing now but I wasnt before.. I did not know i couldnt write small caps, like i said, it worked two days ago Thanks dan On Feb 18, 1:59 pm, greenpoise wrote: > Massimo, > > I

[web2py] Re: Date help

2011-02-18 Thread greenpoise
Massimo, I deleted my whole environment (folder), downloaded web2py, created a new application, wrote this as my simplest test. This is the model I used: db.define_table('timesheet', Field('employee',db.auth_user), Field('DesdeFecha','date'), Field('HastaFecha','datetime')) db.timesh

[web2py] Re: Date help

2011-02-18 Thread Massimo Di Pierro
Please post a complete example so I can reproduce the problem. Also give us more details about OS, web2py version and OS. On Feb 18, 3:30 pm, greenpoise wrote: > I am still trying to solve my issue. The date picker shows up and when > I pick a date, it puts it in the text box. However, it does no