Calendar control todaydate

dawnKo

Member
Joined
Jul 10, 2006
Messages
11
Programming Experience
Beginner
Hi all,
i have a qn to ask.. I have a monthcalendar in the form. Is there a way to display the date as dd/MM/yyyy? currently it is showing mm/dd/yyyy when i set showtoday as true... i tried using format(date,"dd/MM/yyyy) and displayed it in a msgbox. It works but how can i display the date in the calendar as dd/MM/yyyy?
 

Attachments

  • calendar.JPG
    calendar.JPG
    10.8 KB · Views: 60
The today date format is dependent on the computers current culture setting. You can customize this in regional settings in control panel. "If you need custom date formatting and a selection limited to just one date, you might consider using a DateTimePicker control instead of a MonthCalendar."
 
Back
Top