11-24-2009, 11:50 AM
Hi Magesh,
You can set the date value directly in to date picker.
sfwObject("name").Set Date 'this will set today's date
If you want to set other date convert the string in to Date data type using CDate and then set it.
You can set the date value directly in to date picker.
sfwObject("name").Set Date 'this will set today's date
If you want to set other date convert the string in to Date data type using CDate and then set it.