Reputation: 99
I am getting this problem in Octave
datevec("24.02.2016 10:04:36","%d.%m.%Y %H:%M:%S")
DATE not parsed correctly with given format
datevec("24.02.2016 10:04:36","dd.mm.YY HH:MM:SS ")
DATE not parsed correctly with given format
How do I specify correctly my custom format?
Upvotes: 1
Views: 561