Match error string-datetime

Hi,

Do you need to get weekday string? If so, how about the following?

CDate(currentItem).ToString("dddd")

CDate(currentItem).ToString("dddd")="Friday"

Regards,