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