Public Function WeekdayName(ByVal InputDate As Date) As String
Returns the name of the weekday for the specified date using the localization of the current process.
SendDebug WeekdayName(Date) 'Prints the English name of todays day.
©2024 Blue Polar. All rights reserved.