Can anyone help me regarding the conversion of Date into words – e.g: ’12/04/2011′ convert to ‘one twelve zero four two zero one one’ …?
Can we do this using javascript?
Do we have any plugin in jquery?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would use an array:
Then loop through the string containing the date (dateVar) using the array as a reference for the names.
Happy to help work out the specifics if you need.