A
Alan Ho
Function Helper(ByVal obj As Object) As String
Dim thisDate As Date = CDate(obj)
Return WeekdayName(Weekday(thisDate, vbSunday), False, vbSunday) &
"<br>" & _
thisDate.Day & "/" & thisDate.Month
End Function
(I can find any method call Date, WeekdayName and CDate in C#. What can i
do?)
Thanks
Dim thisDate As Date = CDate(obj)
Return WeekdayName(Weekday(thisDate, vbSunday), False, vbSunday) &
"<br>" & _
thisDate.Day & "/" & thisDate.Month
End Function
(I can find any method call Date, WeekdayName and CDate in C#. What can i
do?)
Thanks