×

Format Date

iOS 14 +

Notes

Formats the given date.

Syntax

formatDate(date: <#String (Allows Variables)#>, dStyle: <#Enumeration (WFDateFormatStyle) (Optional)#>, tStyle: <#Enumeration (WFTimeFormatStyle) (Optional)#>, custom: <#String (Allows Variables) (Optional)#>, isoTime: <#Boolean (Optional)#>)

Example

formatDate(date: "10/20/30", dStyle: Short, tStyle: None, custom: "", isoTime: false)