The following code works,

VB Code:
  1. Monthview1.Value = Now

But how can I set it so that "NOW" does not display a datetime. I want the date in a format like "YYYY/MM/DD".

I tried the "Dateformat property" of the Monthview control but notta.
I am getting ready to try trimming the time of the end manually, but I'm certain there is an easier way.