how to separate date and time into 6 tables 01/01/2014 0:10:00? (year,mont​h,day,hour​s,minutes and second)

1 view (last 30 days)
how to separate date and time into 6 tables 01/01/2014 0:10:00? (year,month,day,hours,minutes and second)
  1 Comment
Peter Perkins
Peter Perkins on 3 May 2019
I'm gonna suggest that if 01/01/2014 0:10:00 represents a datetime, that you DON'T do that. You will likely be much happier with datetimes than six columns of numbers.

Sign in to comment.

Accepted Answer

Steven Lord
Steven Lord on 12 Apr 2019
Use the datevec function.
  2 Comments
Steven Lord
Steven Lord on 13 Apr 2019
I have no idea since I don't have your data nor have you stated what "its[sic] not related' means.
Show a small sample of data for which it gives a different answer than you expected and the exact datevec call you're executing. With that information we may be able to determine why it's not doing what you expect and how to modify the call.

Sign in to comment.

More Answers (0)

Categories

Find more on Dates and Time in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!