September is Abbreviated to Sept even though Left() function is used

if(
rule!APN_isBlank(singlePV: ri!date),
"",
/*left(text(ri!date, "mmm",3), ri!format))*/
left(text(ri!date,"mmm",3), ri!format)
)

Following is the error 

Expression evaluation error at function 'text' [line 7]: Signature length (2) does not match parameter length (3)

  Discussion posts and replies are publicly visible