P
pp
I have this kind of format dates "02-01-2001 16:00" in a excel
spreadsheet (dd-mm-aaaa h:mm).
In vb.net I have this code:
Dim tempo As string
tempo=oExcelWs.Cells(i, 1).Value
and I get this date: tempo = "01-02-2001 16:00", the code have switched
the month whit the day.
Can anyone help me?
Thanks
Paulo Praça
spreadsheet (dd-mm-aaaa h:mm).
In vb.net I have this code:
Dim tempo As string
tempo=oExcelWs.Cells(i, 1).Value
and I get this date: tempo = "01-02-2001 16:00", the code have switched
the month whit the day.
Can anyone help me?
Thanks
Paulo Praça