Format Date Time As Time
Formatting
The Format Date Time As Time
node takes in a DateTime and extra parameters to convert it into a string.
Inputs
Date (DateTime)
The DateTime to use for this string.
Use24HourClock (bool)
The option to make the formatted string have the style of the 24 hour clock.
ShowSeconds (bool)
Show seconds in this formatted string.
ShowMilliseconds (bool)
Show milliseconds in this formatted string.
FormatProvider (IFormatProvider)
An object that supplies culture-specific formatting information.
Nodes that output this type can be found in Strings/Localization
Outputs
* (String)
The string formatted from a DateTime.