v4
Added:
getHumanDayOfWeek(timestamp, isShort, isWrap, startWrap, endWrap)
Returns the human-readable day of week for the given time.
Parameters:
timestamp: The UNIX timestamp for which to return the day of the week.
isShort: Whether to return a short date, e.g. "Mo" instead of "Monday"
isWrap: Whether to wrap the date, e.g. placing it inside characters such as brackets to result in [Mo]
startWrap: Start wrap character, e.g. an opening bracket.
endWrap: End wrap character, e.g. a closing bracket.
Returns: The number of ms in the given period.