GetDate + GetTime

M

Mike Morse

I have a date picker. that I want to pre-populate time the CurrentDate &
CurrrentTime. Does anyone have a function for doing this?

THanks.

-mike
 
J

Josh Bertsch [MSFT]

If you have SP1 installed, go to the properties dialog of the control, click
on the formula button (Fx) and use the function Now().

--josh bertsch
 
M

Mike Morse

I need to do it through code.


Josh Bertsch said:
If you have SP1 installed, go to the properties dialog of the control, click
on the formula button (Fx) and use the function Now().

--josh bertsch
 
Top