Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

When the user selects date from datepicker i want to calculate & show the date in words in appropriate textbox.

For example : If user selects - 17/5/2013 in words it should be 'Seventeenth May Two Thousand Thirteen'.

Can anyone tell me if there is any plugin for it or if any one who knows how to achieve this kindly help.


Thanks.
Zeeshan.
Posted

1 solution

There is a very good solution here[^]. This is not exactly what your requirement is but you can create a workaround. I would suggest to split your date based on '/' and store the elements in array. For each element you can call the function mentioned in the link I posted above and display the converted value. Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900