Convert date to datetime
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
SuzieChan
el 12 de Abr. de 2020
Respondida: David Hill
el 12 de Abr. de 2020
Hi
Is it possible to convert 01/01/1990 to datetime format?
What is the code to do this?
Thank you.
Date = datetime(table{:,1},'ConvertFrom','datenum');
Time.Format = 'dd MMM yyyy , HH:mm:ss';
0 comentarios
Respuesta aceptada
David Hill
el 12 de Abr. de 2020
t = datetime(DateStrings,'InputFormat','dd/MM/yyyy');
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Dates and Time en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!