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';

 Respuesta aceptada

David Hill
David Hill el 12 de Abr. de 2020

0 votos

t = datetime(DateStrings,'InputFormat','dd/MM/yyyy');

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 12 de Abr. de 2020

Respondida:

el 12 de Abr. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by