# Current Date ### Description Outputs the current date and parts of it (Year, Month, Day,..) as integers and strings ### Output - `RESULT [DATE]`: the current date - `PART [INTEGER]`: the extracted date part as an integer - `SPART [STRING]`: the extracted date part as a string ### Parameters - `Part`: The date part to extract