Is there a function to print Date in words?

Discussion in 'Knowledge Base' started by admin, Mar 22, 2015.

    
  1. admin

    admin Administrator Staff Member


    Currently, there is no such function available by default. However, this requirement can be achieved by writing an User Defined Function.

    Below are the steps to achieve the same:-

    1. Accept an input from the user which can be passed as a parameter to the User Defined Function.
    2. Separate the string using Looping Construct For Token.
    3. Change the separated values into Amount Data Type using Function AsAmount and
    4. Render the independent values in words using Function Inwords.
     


Share This Page