How to enter time if it is set to the following format

I have an excel file where I want to enter some dates and times . I have a matlab script that specifies their format like this:
formatInDate = 'dd-mm-yyyy';
timeStep = 1/24/60/60/25;%
So I get that the date must be 10-03-2020 but how do I enter the time?

Answers (1)

Categories

Tags

Asked:

on 10 Mar 2020

Answered:

on 10 Mar 2020

Community Treasure Hunt

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

Start Hunting!