Timeformat from HH:MM:SS to HHMMSS
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Star Strider
2021 年 10 月 19 日
Try this —
time = datetime('12:30:00', 'InputFormat','HH:mm:SS', 'Format','HHmmSS')
.
参考
カテゴリ
Help Center および File Exchange で Dates and Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!