daetnum for a formatin

1 次查看(过去 30 天)
Rica
Rica 2014-9-5
回答: Adam 2014-9-5
hi all, is it possible to use this Format for datenum?
formatIn='dd.mm.yyyyHH:MM'
thank you

采纳的回答

Adam
Adam 2014-9-5
d = '03.07.201312:00'
datenum( d, 'dd.mm.yyyyHH:MM' )
ans =
735418.5
datestr( ans )
ans =
03-Jul-2013 12:00:00
Yes, it seems to be. Wouldn't it have been faster to just try it than ask here though?! I've never used the function before, but I just typed in exactly what you asked to find out the answer!

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dates and Time 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by