current date and time

150 次查看(过去 30 天)
I would like to view the time of the day and date in the following format example (21/06/16-11:32) in a GUI. What is the command?

采纳的回答

Shameer Parmar
Shameer Parmar 2016-6-21
datestr(now, 'dd/mm/yy-HH:MM')
  1 个评论
Shameer Parmar
Shameer Parmar 2016-6-21
to display this into GUI field,
date = datestr(now, 'dd/mm/yy-HH:MM');
set(handles.edit,'String',date);

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dates and Time 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by