Hi,
Do you need to get weekday string? If so, how about the following?
CDate(currentItem).ToString("dddd")
CDate(currentItem).ToString("dddd")="Friday"
Regards,
Hi,
Do you need to get weekday string? If so, how about the following?
CDate(currentItem).ToString("dddd")
CDate(currentItem).ToString("dddd")="Friday"
Regards,