Datetime problem of converting string
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Eugene Pashinov
il 15 Feb 2020
Commentato: Eugene Pashinov
il 15 Feb 2020
Hello. Im trying to convert string of dates to datetime and recieving strange error:
D=datetime('2019/09/05 19:02:11', 'InputFormat','yyyy/MM/dd hh:mm:ss');
Error using datetime (line 636) Unable to convert '2019/09/05 19:02:11' to datetime using the format 'yyyy/MM/dd hh:mm:ss'.
Help me please
0 Commenti
Risposta accettata
JESUS DAVID ARIZA ROYETH
il 15 Feb 2020
hh is uppercase
D=datetime('2019/09/05 19:02:11', 'InputFormat','yyyy/MM/dd HH:mm:ss')
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Type Conversion in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!