Skip to content

datepicker/”timepicker”

Forums Forums SIMPOL Programming datepicker/”timepicker”

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #76
    JD Kromkowski
    Participant

    So the datepicker, as we discussed and I learned: datepicker(d, parent=me.form.container, format=”mm/dd/yyyy”, title=”Calendar”) RETURNS a string. BUT the “timepicker” (which is not called “timepicker” but “gettime”) RETURNS a time. gettime(t, parent = me.form.container, captiontext=”Enter the time”)

    #1927
    JD Kromkowski
    Participant

    Where would I find this:
    "gettimeform.sma"

    Obviously in taste there is no dispute, but I hate the gettimeform because
    it includes "seconds" dial. I'd like to not have to totally reinvent wheel.

    JDK

    #1928
    JD Kromkowski
    Participant

    testing to see if this is really here

    On 5/1/2012 3:39 PM, John D Kromkowski wrote:
    > Where would I find this:
    > "gettimeform.sma"
    >
    > Obviously in taste there is no dispute, but I hate the gettimeform because
    > it includes "seconds" dial. I'd like to not have to totally reinvent wheel.
    >
    > JDK
    >
    >

    #1929
    Michael
    Keymaster

    On 01/05/2012 20:39, John D Kromkowski wrote:
    > Where would I find this: "gettimeform.sma"
    >
    > Obviously in taste there is no dispute, but I hate the gettimeform because it includes "seconds" dial. I'd like to not have to
    > totally reinvent wheel.
    >
    > JDK
    >
    >

    The required files were missed out from the installer. I will send them to you as a zip file. The installer was already corrected
    for next time.

    Ciao, Neil

    #1930
    JD Kromkowski
    Participant

    Thanks, I'll look for them.

    On 5/8/2012 2:31 PM, Neil Robinson wrote:
    > On 01/05/2012 20:39, John D Kromkowski wrote:
    >> Where would I find this: "gettimeform.sma"
    >>
    >> Obviously in taste there is no dispute, but I hate the gettimeform because it includes "seconds" dial. I'd like to not have to
    >> totally reinvent wheel.
    >>
    >> JDK
    >>
    >>
    > The required files were missed out from the installer. I will send them to you as a zip file. The installer was already corrected
    > for next time.
    >
    > Ciao, Neil

    #1931
    JD Kromkowski
    Participant

    Not to be too much of pest but looking for all the files that go with
    the datepicker and timepicker. So I can take a stab at "fixing" the
    timepicker to reflect non-military time (am/pm) without seconds.

    On 5/8/2012 2:31 PM, Neil Robinson wrote:
    > On 01/05/2012 20:39, John D Kromkowski wrote:
    >> Where would I find this: "gettimeform.sma"
    >>
    >> Obviously in taste there is no dispute, but I hate the gettimeform because it includes "seconds" dial. I'd like to not have to
    >> totally reinvent wheel.
    >>
    >> JDK
    >>
    >>
    > The required files were missed out from the installer. I will send them to you as a zip file. The installer was already corrected
    > for next time.
    >
    > Ciao, Neil

    #1950
    JD Kromkowski
    Participant

    t =@ gettime(t, parent = me.form.container, captiontext="Enter the
    time", showsecs = .false, useampm = .true)

    The changes work like a charm thanks a lot.

    On 6/4/2012 2:18 PM, John D Kromkowski wrote:
    > Not to be too much of pest but looking for all the files that go with
    > the datepicker and timepicker. So I can take a stab at "fixing" the
    > timepicker to reflect non-military time (am/pm) without seconds.
    >
    > On 5/8/2012 2:31 PM, Neil Robinson wrote:
    >> On 01/05/2012 20:39, John D Kromkowski wrote:
    >>> Where would I find this: "gettimeform.sma"
    >>>
    >>> Obviously in taste there is no dispute, but I hate the gettimeform
    >>> because it includes "seconds" dial. I'd like to not have to
    >>> totally reinvent wheel.
    >>>
    >>> JDK
    >>>
    >>>
    >> The required files were missed out from the installer. I will send
    >> them to you as a zip file. The installer was already corrected
    >> for next time.
    >>
    >> Ciao, Neil
    >

    #1962
    Michael
    Keymaster

    On 22/06/2012 17:51, John D Kromkowski wrote:
    > t =@ gettime(t, parent = me.form.container, captiontext="Enter the time", showsecs = .false, useampm = .true)
    >
    > The changes work like a charm thanks a lot.

    Glad to hear it.

    Ciao, Neil

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.