09-14-2008 10:46 PM
hi..
How can I get the week value from the calendar? I want to make a weekly report and I need to know the start date and the end date of the week. I have found an example in this forum calendar.vi. But unfortunately the vi dont fullfill my requirement. Pls assist me...thanks..
09-15-2008 01:57 AM
Hi gdah,
It seems clear ICalendar won't provide the WeekDay, so the problem is: how to obtain it - starting with Day-of-month, Month, and Year?
Maybe (probably) somebody will post a more elegant way to do this, but until then perhaps you can use the attached VI.
Cheers!
09-15-2008 02:29 AM
hi..
I cannot open your attchment..can yo please send the 8.2 version..thanks,...btw..i try using the .NET control MonthCalendar. Do you know how can i get the weekday name (mon, Tue, Wed) for every 1st of month?..I mean automatically will show the weekday name when user select the month and without select the day date. please help me..
09-15-2008 02:57 AM - edited 09-15-2008 02:58 AM
hi gdah,
Here you go with the LV7.1 (AX) version. Let's look into the .NET control next - it would certainly help to have a [new] calendar object that offers a WeekDay property!
Cheers.
09-15-2008 06:37 AM
Try this. May help