Azzera filtri
Azzera filtri

DateTime equal but report not equal

2 visualizzazioni (ultimi 30 giorni)
JAY CAMERON
JAY CAMERON il 25 Lug 2020
Risposto: Star Strider il 25 Lug 2020
Time1=datetime('04:00:00','InputFormat',"HH:mm:ss");
Time2=datetime(0,0,0,4,0,0);
Time1~=Time2
ans =
logical
1

Risposta accettata

Star Strider
Star Strider il 25 Lug 2020
They are not the same:
Time1=datetime('04:00:00','InputFormat',"HH:mm:ss")
Time2=datetime(0,0,0,4,0,0)
produces:
Time1 =
datetime
25-Jul-2020 04:00:00
and:
Time2 =
datetime
30-Nov--0001 04:00:00
.

Più risposte (0)

Categorie

Scopri di più su Dates and Time in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by