On Sun, 30 Apr 2006 08:47:01 -0700, Stefan <123@abc> wrote:
>Hi,
>
>I've got a calender (calender control 8.0) on my form. But the date on it
>doesn't change. It stays at the date when i putted it on my form.
>
>How can i make it so that everytime i open this form, the calender begins at
>the current day.
>
>me.calender2.value = date doesn't work
>
>The same if i use the monthview.
I found the MS DateTime Picker to be a PITA to use. I ended up just putting a
good input mask on on a text box. If you really want to use a date picker try
this one from Brendan Kidwell. It's pretty sharp and works well.
http://www.glump.net/dokuwiki/softwa...ss_date_picker
HTH,
RD