How to preserve datepicker selected date after postback using web2py in a
javascript view... I think it's a javascript problem but I don't know how
to fix it.
thank you
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- h
Your field need to be of type date in order to the datepicker widget to
trigger. You may also set a widget on your field if your field is not of
type widget. I suspect that you only store de the mouth and day and not a
date...
Richard
On Mon, Jun 17, 2013 at 9:22 PM, wrote:
> I am following so
I am following some examples and created a table with a date of birth
field. In my form I cannot seem to get the datepicker set to show when
selecting that field. Is there something special to do to get that to work
like that?
Thanks
--
---
You received this message because you are subscrib
I am a bit confused on what I may be missing but how do I have a datepicker
in my form?
My db.py:
b.define_table('patient',
Field('first_name', requires=IS_NOT_EMPTY()),
Field('last_name', requires=IS_NOT_EMPTY()),
Field('phone', requires=IS_NOT_EMPTY()),
Field('date_of_birth',
Hello,
I know I am probably overlooking something really obvious, but I can't
get the datepicker to show up for a simple search field. The search
seems to work ok, but I have to manually enter the date.
my controller function is:
**
Hello,
I notice that the datepicker js is not setting the hilite class
properly to the first day name of the week when passing over it.
Also when passing over the buttons ("?" and the "x") the js adds
hilite class and active class as long as it detect movement, so there
is a build up of hilite cl
Something is wrong in my app. The date picker is not working. Which
web2py files that come standard in web2py I might have edited?? the
picker is just not showing and I dont get any error.
THanks
Does/Can web2py store tzinfo in the datetime by the datepicker so that
we can do time conversion easily to server time or UTC time. Time
conversion was hell for me for the past two days.
How is this issue typically approached?
For my case, it has to be accurate as tasks are scheduled client side
Hi everyone,
Tips: the patch is accepted in trunk. But, "hg pull; hg update" is not
enough to make it work. You need to tell web2py to reload the new
scaffold app by manually touch a file /home/you/web2py/NEWINSTALL and
then restart your web2py.
On Jul1, 8:01pm, Iceberg wrote:
> > > I met this i
No. I did not get it.
On 3 Lug, 06:28, Iceberg wrote:
> On Jul1, 8:01pm, Iceberg wrote:
>
>
>
> > On Jun30, 4:56am, Jean-Guy wrote:
>
> > > Hello,
>
> > > Is there other user that are having datepicker coming blank when
> > > changing the year or mouth couples of time with Google Chrome?
>
> >
On Jul1, 8:01pm, Iceberg wrote:
> On Jun30, 4:56am, Jean-Guy wrote:
>
> > Hello,
>
> > Is there other user that are having datepicker coming blank when
> > changing the year or mouth couples of time with Google Chrome?
>
> > I test it with firefox no problem.
>
> > I use web2py 1.7.8
>
> > Jonhy
On Jun30, 4:56am, Jean-Guy wrote:
> Hello,
>
> Is there other user that are having datepicker coming blank when
> changing the year or mouth couples of time with Google Chrome?
>
> I test it with firefox no problem.
>
> I use web2py 1.7.8
>
> Jonhy
Thank you, Jonhy!!!
I met this issue recently.
Hello,
Is there other user that are having datepicker coming blank when
changing the year or mouth couples of time with Google Chrome?
I test it with firefox no problem.
I use web2py 1.7.8
Jonhy
13 matches
Mail list logo