-3

I need to convert amount into words for example total = 5600 into five thousand six hundred only in yii2

clash
  • 5
  • 2

1 Answers1

1

In case of using Yii2 you can do it as simple as the following:

see this Doc reference.

You have to use formatter it will then format it according to your app's language

Kandarp Patel
  • 995
  • 6
  • 19