본문 바로가기
Application/MAC

Keyboard Maestro Dates and Times

by NAMP 2016. 12. 23.

Keyboard Maestro Dates and Times

https://wiki.keyboardmaestro.com/Dates_and_Times

Dates and Times

예제

Date/Time Formats

여기 몇가지 예시가 있습니다.

Usage Token and Format Results
ISO/International %ICUDateTime%yyyy-MM-dd% 2015–11–28
Australia Europe %ICUDateTime%dd/MM/yyyy% 28/11/2015
United States %ICUDateTime%EEE, MMM d, yyyy% Sat, Nov 28, 2015
United States %ICUDateTime%MM/dd/yyyy% 11/28/2015
Use in File Name %ICUDateTime%yyyy-MM-dd-HHmmssA% 2015–11–28–15210755267426

언어설정이 한글로 되어 있으면, EEE 경우에 월~금 으로 출력됩니다.

Format Code를 이용하여 원하는 형태로 날짜 문자열을 생성할 수 있습니다

짧게 쓰기

insert Date String
Triggered by any of the following:
    The exact case string ‘$$’ is typed (then deleted)
Will execute the following actions:
    Insert Text by Typing
%ICUDateTime%yyyy.MM.dd%

$$ 로 입력하면 2016.11.22 와 같이 출력됩니다.

길게 쓰기

insert Date String long
Triggered by any of the following:
    The exact case string ‘%%%’ is typed (then deleted)
Will execute the following actions:
    Insert Text by Pasting
%ICUDateTime%yyyy년 MM월 dd일 (EEE) HH시 mm분%

%%% 로 입력하면 2016년 11월 22일 (화) 20시 20분 와 같이 출력됩니다.

댓글