[web2py] Re: Date picker format

2016-03-28 Thread Massimo Di Pierro
look into views/web2py_ajax.html On Monday, 28 March 2016 16:09:39 UTC-5, Jeff Riley wrote: > > Hello everyone. I have the following field defined. > > Field('due_date', 'date', requires = IS_DATE(format=T('%m-%d-%Y'))), > > The date picker that comes up with this field is setting the date to >

[web2py] Re: Date picker format

2016-03-29 Thread Jeff Riley
Mr. Pierro. I am embarrassed that was so easy. On Monday, March 28, 2016 at 11:09:32 PM UTC-5, Massimo Di Pierro wrote: > > look into views/web2py_ajax.html > > On Monday, 28 March 2016 16:09:39 UTC-5, Jeff Riley wrote: >> >> Hello everyone. I have the following field defined. >> >> Field('due_d

[web2py] Re: Date picker format

2016-03-29 Thread Massimo Di Pierro
LOL. I think it is not easy enough in fact. In web3py I think all date conversions should be done client side and not in validator. There is no reason for the server to even know what the client representation of dates is. On Tuesday, 29 March 2016 12:44:54 UTC-5, Jeff Riley wrote: > > Mr. Pier

[web2py] Re: Date picker format

2016-03-30 Thread Jeff Riley
Mr. Pierro, Web2py has been a joy to work with and I am really looking forward to Web3py. All my best. On Tuesday, March 29, 2016 at 4:27:11 PM UTC-5, Massimo Di Pierro wrote: > > LOL. I think it is not easy enough in fact. In web3py I think all date > conversions should be done client side an

[web2py] Re: Date picker format

2016-03-30 Thread Ron Chatterjee
Dr. Pierro, Couldn't agree more. On Wednesday, March 30, 2016 at 11:43:22 AM UTC-4, Jeff Riley wrote: > > Mr. Pierro, > > Web2py has been a joy to work with and I am really looking forward to > Web3py. All my best. > > On Tuesday, March 29, 2016 at 4:27:11 PM UTC-5, Massimo Di Pierro wrote: >