DTpicker tool??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • barkha111
    New Member
    • Feb 2007
    • 4

    #1

    DTpicker tool??

    Hello all,

    In calender there is a tool named DTPicker suppose i select a date on it i want that dt to b copied to the next form n where i want it to but i can't make out which property to set in its (=) statement.

    Please help me with this stuff.

    Thanks in advance.

    Barkha
  • hariharanmca
    Top Contributor
    • Dec 2006
    • 1977

    #2
    Originally posted by barkha111
    Hello all,

    In calender there is a tool named DTPicker suppose i select a date on it i want that dt to b copied to the next form n where i want it to but i can't make out which property to set in its (=) statement.

    Please help me with this stuff.

    Thanks in advance.

    Barkha
    frmFormName.ctr lControlName.Te xt=dtpDateTimeP ickername.Value

    Or
    frmFormName.ctr lControlName.Te xt=Format(dtpDa teTimePickernam e.Value,"MM/dd/yyyy")

    Comment

    Working...