Good afternoon. I currently have an XML where I have several data, one of them is a date. With the help of C # I get that date and then I need to insert it in mongodb with date
format.
The date reaches me like this:
<FechaVencimiento>2024-01-01T00:00:00</FechaVencimiento>
I hope I have been clear and you can help me. Thanks.