Intl date handler and english day suffix

Before I develope a workaround I was wondering if it’s true that there’s no way to natively display st , nd, rd and th when working with the new intl date handler. The default date supports it using the S format but I was wondering if there’s an equivalent using the new intl.

As far as I can see there is no equivalent, found this PHP date format with intl-aware day suffix – Share Best Tech Solutions

in case someone else is trying to figure out why intl is displaying weird data … keep in mind that it do not use the same placeholder strings as the date helper! see Formatting Dates and Times | ICU Documentation