date of a file, but not time
Show older comments
Hi,
Im getting date and time of creation of a file with : A = dir(myfile); disp(A.date)
and I end up with
07-lip-2014 03:35:30
while all I want is :
07-07-07.
So no time and month name, 'lipiec' or 'July' as 07 - how do I do that ??
Kind regards Damian
Accepted Answer
More Answers (1)
Categories
Find more on Dates and Time in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!