Convert datetime to string
283 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ali razi
le 12 Oct 2022
Réponse apportée : Adam Danz
le 12 Oct 2022
How can I convert
datetime('now','TimeZone','local','Format','d-MMM-y HH:mm:ss')
to a string with this structure: 12-Oct-2022_18:12:17
0 commentaires
Réponse acceptée
Adam Danz
le 12 Oct 2022
dt = datetime('now','TimeZone','local','Format','d-MMM-y HH:mm:ss')
dtstr = string(dt)
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!