Date-Time List

This function block retrieves the current date and time, outputting them as individual string values for easy access and manipulation.

πŸ“₯ Inputs

This function block does not have any inputs.

πŸ“€ Outputs

Year The current year as a string.

Month The current month as a string.

Day The current day as a string.

Hour The current hour as a string.

Minute The current minute as a string.

Second The current second as a string.

πŸ•ΉοΈ Controls

Current Date Displays the current date and time in a readable format.

🎨 Features

Real-Time Updates The output values reflect the current date and time whenever the block is executed.

Simple Access Provides individual outputs for each component of the date and time, allowing for flexible integration with other function blocks.

πŸ“ Usage Instructions

  1. Integration: Connect the output of this block into any other function block that requires date and time information.

  2. Evaluation: Run the block to retrieve the current date and time. Each component can be used as needed in subsequent operations.

πŸ“Š Evaluation

When executed, this function block will provide real-time string outputs of the current date and time, formatted into year, month, day, hour, minute, and second.

πŸ› οΈ Troubleshooting

Format Issues

If the outputs do not appear as expected, ensure that any downstream function blocks are set to accept string data types.

Connection Errors

If connections appear to be misconfigured, ensure that there are no extraneous connections or that the receiving blocks are compatible with string inputs.

Last updated