I have below code
${d}=    Get Current Date    result_format=%m/%d/%Y
log  ${d}
and the output is
06/14/2018
In my expecation i want
6/14/2018
Thanks
I have below code
${d}=    Get Current Date    result_format=%m/%d/%Y
log  ${d}
and the output is
06/14/2018
In my expecation i want
6/14/2018
Thanks
