With some help from some fellow stack users, I currently have this:
The JSON data gives me the {start.date} in YYYY-MM-DD formatting, but I would like to know how to implement a date change to:
Mon 01 Jan
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.
Convert your date string
"2012-05-29"to Date object:Then use dateFormat from here:
Working fiddle