[CLOSED] Set Picker Date manually

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Set Picker Date manually

    Hi,

    i use the DateField and i want to set the date of the picker manually.

    For example the value of the datefield is 2020/01/01 an the date of the picker is 2020/01/01.

                                Dim nControl As DateField
                                nControl = New DateField
    
                                With nControl
                                    .ID = "test"
                                    .Value = New Date(2020, 1, 1)
    
                                    Dim nPicker As New DatePicker
                                    nPicker.Value = New Date(2022, 1, 1)
    
                                    .PickerOptions = nPicker
    
    
                                End With
    But the picker only shows the date of the nControl.value.

    Do you have an idea?

    Thanks
    Gidi
    Last edited by fabricio.murta; Apr 29, 2021 at 5:23 PM.

Similar Threads

  1. Date picker of Month Year Type > Set Date Value Manually
    By PriceRightHTML5team in forum 2.x Help
    Replies: 0
    Last Post: May 19, 2015, 10:39 AM
  2. [CLOSED] Date Picker show special date
    By trePjt in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Dec 06, 2013, 12:12 AM
  3. Replies: 3
    Last Post: May 09, 2012, 4:28 PM
  4. [CLOSED] Manually adding a new row to a grid - date issue
    By mattwoberts in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 26, 2011, 7:01 PM
  5. Replies: 3
    Last Post: May 06, 2010, 12:48 PM

Posting Permissions