Yet Another Calendar

버전 1.0.0.0 (4.2 KB) 작성자: Olivier
A new calendar date picker using nested functions
다운로드 수: 2.7K
업데이트 날짜: 2007/8/14

라이선스 보기

UICAL is an implementation of a calendar date picker which uses the power of the nested functions.
UICAL is easily customizable in terms of colors and even languages. In fact you can easily add you own set of languages.

Enjoy !

RES = UICAL() displays the calendar in English with the today's date
selected. RES is a 3-elements vector containing the year, month and day
the user selected.

RES = UICAL(SDATE) displays the calendar in English with SDATE date
selected. SDATE can be either a serial date number or a 3-elements vector
containing year, month and day in this order.

RES = UICAL(SDATE,LANG) displays the calendar in the language specified by
LANG with SDATE date selected.
Default available languages are English and French but you can easily add
your own by editing the SET_LANGUAGES nested function at the bottom of this
file.


Customization Tips:
You can customize the colors of the calendar by editing the "Colors" section
at the begining of the main function. See comments there for more details.

Examples:

myDate = uical()

myDate = uical(now+7)

myDate = uical([1980 7 24],'fr')

인용 양식

Olivier (2024). Yet Another Calendar (https://www.mathworks.com/matlabcentral/fileexchange/15913-yet-another-calendar), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Language Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

I change the format of the output argument.
UICAL now returns a serial date number