uigetdatetime

版本 1.0.0 (2.1 KB) 作者: Peter Cook
Simple Interactive Calendar Tool for MATLAB
40.0 次下载
更新时间 2019/7/9

uigetdatetime launches a calendar widget to select a date/time

Calling Syntax
`newTime = uigetdatetime()` launches a calendar widget with the current date and time as the initially selected date/time at 0 hrs offset from UTC

`newTime = uigetdatetime('displayTime',t)` launches a calendar widget with t as the initially selected date/time at 0 hrs offset from UTC where t is a matlab serial date (datenum), datestring (datestr), or datetime object

`newTime = uigetdatetime('displayTime',t,'displayTimeZone',tz)` launches a calendar width with t as the initially selected date/time with UTC offset associated with string tz where tz is a java timezone string. to see a list of allowed timezones: tzList = cell(java.util.TimeZone.getAvailableIDs)

copyleft 2018 Peter Cook (peter DOT cook AT colorado DOT edu) with help from Yair Altman (altmany AT gmail DOT com)

引用格式

Peter Cook (2024). uigetdatetime (https://github.com/peterfranciscook/uigetdatetime), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库