Use the Format component
Change the format of a date by using the Format component in RPA Desktop Design Studio.
Before you begin
Role required: none
About this task
You can configure the properties for the Format component. For more information about these properties, see Properties of the DateTime components.
Procedure
In the Toolbox pane, navigate to Utilities > DateTime.
Drag the Format component to the Design surface.
Click the component settings icon (
Component settings icon\).
Do the following:
In the From field, specify the date format you want to change.
In the To field, specify the destination date format.
Click OK.
To configure the input field, see Configure port properties.
Connect the data and control ports of the Format component to the corresponding ports of the other components as described in the following table.
| Port type | Purpose of connection | Mandatory? |
|---|---|---|
| Data In \(DateObject\) | Passes the date object through the Data Out port of another component. For example, 03-25-2009. | Yes |
| Data Out | Returns the date object in the destination date format. | Yes.To preview the data, right-click the Return field and click Preview Data. |
| Control In | Connects to the Control Out port of one or more components. | Yes |
| Control Out | Connects to the Control In port of any other component. | No. Connecting the port is optional. |
- To test the component, under the DESIGN tab, click Run.
Parent Topic:DateTime