Getting 9 digit datenum into a timestamp format of Date and time.
29 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ajpaezm
am 6 Apr. 2019
Beantwortet: Walter Roberson
am 6 Apr. 2019
I have a number representing a date:
val = 1554579550.00000
I want to convert it to a timestamp (date + time) but can't figure out how, applying datestr(val) returns the following value:
datestr(val) = 29-Mar-6294
What's the proper way of handling these 9 digit number dates?
Thanks in advance!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!