I'm using http://www.eyecon.ro/bootstrap-datepicker/ plugin to select date, and after date is selected I get e.g. Fri Nov 01 2013 00:00:00 GMT+0100
1) Why am I getting that date format if I set up the plugin with format yyyy-mm-dd
?
2) How to parse Fri Nov 01 2013 00:00:00 GMT+0100
to DataTime with format yyyy-mm-dd
?