What is the syntax for NewDateFormatter?
NewDateFormatter(Locale, TimeZone, UnixTime, FormatterStyle, TimeType)
- Locale = local language
- TimeZone = time zone
- UnixTime = whether use Unix time or not
- FormatterStyle = date format whether ‘full’, ‘long’, ‘medium’ or ‘short’
- TimeType = type format whether ‘time’, ‘date’ or ‘datetime’