How do I format a datetime in a 0365 workflow.
I tried the:
fn-FormatDate({Current Item:MyDate}, "yyMMdd")
But that just outputs: fn-FormatDate(6/1/2019 3:45:00 PM, "yyMMdd")
I know there are the insert options to select ISOFormatted, Long/Short Date/Time but none of those work for the format I need. ISO is the closest, but since it returns the value in GMT the date/time can appear to be off to users (since they don't expect GMT)
As an added wrinkle I need it in 24hr time.
Any suggestions?