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
Integration: Connect the output of this block into any other function block that requires date and time information.
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
Last updated
Was this helpful?