Job parameters to get date and time

mh_db
Databricks Partner

I'm trying to set up a workflow in databricks and I need my job parameter to get the date and time. I see in the documentation there's some options for dynamic values.

I'm trying to use this one: {{job.start_time.[argument]}}

For the "argument" there, is it possible to have multiple arguments? if so, what's the right sintax? I'm trying to used  yearmonthdayhourminutesecond as I see in the documentation these are valid arguments, but seems it's only taking one at a time. How do I get all?