Timeformat from HH:MM:SS to HHMMSS
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi!
i want to convert my current time format (-> HH:MM:SS) to HHMMSS.
Is there a easy way to do that?
Thanks in advance!
2 comentarios
Respuestas (1)
Star Strider
el 19 de Oct. de 2021
Try this —
time = datetime('12:30:00', 'InputFormat','HH:mm:SS', 'Format','HHmmSS')
.
2 comentarios
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!