I cannot find the ordinal suffix for the month in the Timex.Format.DateTime.Formatter module. Similar to what PHP has for their datetime:
English ordinal suffix for the day of the month, 2 characters | st, nd, rd or th.
http://php.net/manual/en/function.date.php
Is a custom formatter recommended to add the suffix?
I cannot find the ordinal suffix for the month in the Timex.Format.DateTime.Formatter module. Similar to what PHP has for their datetime:
English ordinal suffix for the day of the month, 2 characters | st, nd, rd or th.
http://php.net/manual/en/function.date.php
Is a custom formatter recommended to add the suffix?