Hello,
I need to assign the current selected date from the webscheduleinfo control to a string in vb.net. Please can you advise how this can be achied on the server side.
cheers
Paul
Unless I am misreading the question, doesn't the SmartDate object have a normal DateTime object off it's .Date property?
The SmartDate has a Value property that returns a normal DateTime.
But if you want a string, there are numerous To____String() functions that belong to SmartDate.