SPS Action: Date Time Formatter
The Date Time Formatter action allows you to format a given date/time value as needed.
-
If the DateTimeValue is not bound to another action, the action will use the current date and time.
-
If the Date Time Formatter action is bound to an action, the referenced date time will be used.
|
Synergize.ProcessServer.Actions.Core.dll |
v 1.0.0.15 SP38 |
Typical format: dd/MM/yyyy HH:mm:ss
Example: 31/12/2025 12:35:59
For more information on formatting date time values, see https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings (formerly, https://msdn.microsoft.com/en-us/library/8kb3ddd4%28v=vs.110%29.aspx).

Activity |
Type |
Description |
Bindable |
---|---|---|---|
Name |
Sting |
Name of the action. |
False |
Description |
String |
Description of the action. Max 255 characters. |
False |
Enabled |
Boolean |
True or False |
False |

Activity |
Type |
Description |
Bindable |
---|---|---|---|
Name |
Sting |
Name of the action. |
False |
Description |
String |
Description of the action. Max 255 characters. |
False |
Enabled |
Boolean |
True or False |
False |
Source |
|
|
|
---|---|---|---|
DateTimeValue |
Date |
The Date Time to use |
True |
Format |
String |
Specify the date time output |
True |

-
In Administrative Tools, launch the Synergize Process Designer.
-
In the Enterprise Overview panel, right-click the Synergize Processes node and choose Create Process from the context menu.
-
Select the new process titled Untitled.
-
In the Properties window, name the new process DateTimeFormatter.
-
In the toolbar, save the process.
-
Add the following actions to the canvas:
-
Trigger | Delayed Execution | (name) Delay10Sec
Action
Name
Delay10Sec
Enabled
True
Timeout Duration
00:00:10
Binding
none
-
Synergize Actions | Synergize Connection | (name) ConnectToSynergize
Action
Name
ConnectToSynergize
Enabled
True
ConnectionParameters
Will display the connection details you have configured
DocumentView
Select the Document View if enabled
Timeout
00:01:30
WebServiceUrl
The WebService URL for Synergize is automatically displayed here
-
Time Actions | Date Time Formatter | (name) FormatCurrentDateTime
Action
Name
FormatCurrentDateTime
Enabled
True
DateTimeValue
Leave blank
Format
dd/MM/yyyy HH:mm:ss
-
Text processing | text formatter | (name) FormatDateTimeLog
Action
Name
FormatDateTimeLog
Enabled
True
Debugtext
{CurrentDateTimeFormatter.DateTimeValue}
-
Logging | Log Action | (name) LogDateTime
Action
Name
LogDateTime
Enabled
True
Application
Synergize Process Action
DetailTable
Leave blank
Message
{FormatDateTimeLog.FormattedText}
MessageType
Activity
MetricName
Leave Blank
MetricValue
0
-
-
Save the process.

-
Configure the synergizeConnectionAction | ConnectionParameters to your specific Synergize server.
-
In the Enterprise Overview panel, right-click the Synergize Processes node and choose Process Overview from the context menu.
-
In the Process Status panel, click the Play button.
-
Monitor your results in the Activity Log panel to ensure that your Action Name action is logged.