Change Datetime 'yyyy.MM.dd HH:mm:SSS' to 'HH:mm:SSS'

1 view (last 30 days)
Hi,
I have an array with time stamps on the form of yyyy.MM.dd HH:mm:SSS. I want to get it on the form of HH:mm:SSS. How can I do that? I found the function hms() but it yields three arrays h,m,s instead of HH:mm:SSS on the datetime form

Accepted Answer

Simon Chan
Simon Chan on 7 Apr 2022
use function timeofday

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!