datevec output in 24H format

Hi All,
I found out that the output of datevec function is in 12-hour format. How to turn it into 24-hour format?
Thank you.

回答 (1 件)

Star Strider
Star Strider 2016 年 4 月 22 日

0 投票

You can easily specify the format with the format string you want.
From the documentation:
'HH:MM:SS' 15:45:17
'HH:MM:SS PM' 3:45:17 PM
'HH:MM' 15:45
'HH:MM PM' 3:45 PM

カテゴリ

ヘルプ センター および File ExchangeDates and Time についてさらに検索

質問済み:

2016 年 4 月 22 日

回答済み:

2016 年 4 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by