24H time from datetime('now')

I am using datetime('now') to get the current time in my matlab analysis app code. However, it returns the datetime variable in 12 hour time without an AM/PM. In my code I am using isbetween to check whether the current time is within a range althought this range is in 24H time.
Is there any way to change the datetime('now') in the matlab analysis app on thingSpeak to 24H time as it gives me 24H time format when I try on the normal matlab console.

1 Commento

KSSV
KSSV il 12 Lug 2021
You can provide the input format you want. Read about the function.

Accedi per commentare.

 Risposta accettata

t = datetime('now') ;
t.Format = 'dd-MMM-uuuu HH:mm a'
t = datetime
12-Jul-2021 10:05 AM

Più risposte (0)

Community

Più risposte nel  ThingSpeak Community

Categorie

Scopri di più su Develop Apps Using App Designer in Centro assistenza e File Exchange

Prodotti

Release

R2021a

Richiesto:

il 12 Lug 2021

Risposto:

il 12 Lug 2021

Community Treasure Hunt

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

Start Hunting!

Translated by