How to change angular material datepicker format
问题 This is the format of date I am getting when I am using angular material datepicker.... Wed Nov 21 2018 00:00:00 GMT+0530 (India Standard Time) But I need date in (YYYY-MM-DD) or (YYYY-MM-DDTHH:mm) this format. this is model class I am using to capture data from angular material form export class FlightSchedule { constructor( public destination: string, public origin: string, public date: string, public limit: string ) {} } Please help me, I am unable to convert date in YYYY-MM-DD or YYYY-MM