convert Date To Day
Convert the given date to a day.
If the date is today, return "Today". Otherwise, return the day of the week in short format.
Return
The date in day format.
Parameters
context
The context.
date String
The date to convert.