_date = DateFormat('dd-MMM-yyyy').format(_rawDateTime);
I have formatted the above _date with Intl package for displaying and now I have to send back to server and server require original format so how I can convert the above formatted date back into its original format. the server required format is 2022-08-19T09:12:15.406Z