Changing the format of dateTimepicker from bootstrap CDN-Twitter bootstrap
I'm trying to make a date and a time selector, but my back-end buddies need the time in this format: YYYY-MM-DDTHH:MM:SS. How can I modify my js file so that the date returned is in that format? Here is the…