Hi,
I am using a form with multiple fields of different type like date, select item, text item etc. On submitting the form, the i get the values corresponding to each field.
I get the date in format : "Fri Sep 08 2017 12:00:00 GMT+0530 (India Standard Time)"
But i need the format of value to be d/M/yyyy. How can i format it on client itself.
I am using a form with multiple fields of different type like date, select item, text item etc. On submitting the form, the i get the values corresponding to each field.
I get the date in format : "Fri Sep 08 2017 12:00:00 GMT+0530 (India Standard Time)"
But i need the format of value to be d/M/yyyy. How can i format it on client itself.
Comment