在文字編輯中插入現在時間 - MAC

By Necoo
at 2012-12-10T21:21
at 2012-12-10T21:21
Table of Contents
※ 引述《bennyaous (fortune | cowsay)》之銘言:
: set {year:y, month:m, day:d} to now
: set t to time string of now
: set m to text -2 through -1 of ("0" & m * 1)
: set d to text -2 through -1 of ("0" & d)
: set the clipboard to (y & "/" & m & "/" & d as string) & " " & t
: delay 0.1
: tell application "System Events" to keystroke "v" using command down
: 註2:
: 秒數可用 text 1 through -4 去掉,不過牽涉到 12/24 小時的顯示設定,
: 有 AM/PM 的話可能要用 set t to text 1 through -7 of time string of now
要做高級格式客制的話用 shell 的 date 比較快
set datetime to do shell script "date +" & quoted form of "%Y-%m-%d %H:%M"
set the clipboard to datetime
delay 0.1
tell application "System Events" to keystroke "v" using command down
這個會出現 2012-12-10 21:20 (我打文章的時間)
http://www.cyberciti.biz/faq/linux-unix-formatting-dates-for-display/
這裡面有完整的可用格式符
幾乎要什麼格式都行了
--
作者 Linux (Windows) 看板 C_and_CPP
標題 [問題] 如何確認是否 free 對記憶體
時間 Fri Nov 2 00:14:03 2012
--
: set {year:y, month:m, day:d} to now
: set t to time string of now
: set m to text -2 through -1 of ("0" & m * 1)
: set d to text -2 through -1 of ("0" & d)
: set the clipboard to (y & "/" & m & "/" & d as string) & " " & t
: delay 0.1
: tell application "System Events" to keystroke "v" using command down
: 註2:
: 秒數可用 text 1 through -4 去掉,不過牽涉到 12/24 小時的顯示設定,
: 有 AM/PM 的話可能要用 set t to text 1 through -7 of time string of now
要做高級格式客制的話用 shell 的 date 比較快
set datetime to do shell script "date +" & quoted form of "%Y-%m-%d %H:%M"
set the clipboard to datetime
delay 0.1
tell application "System Events" to keystroke "v" using command down
這個會出現 2012-12-10 21:20 (我打文章的時間)
http://www.cyberciti.biz/faq/linux-unix-formatting-dates-for-display/
這裡面有完整的可用格式符
幾乎要什麼格式都行了
--
作者 Linux (Windows) 看板 C_and_CPP
標題 [問題] 如何確認是否 free 對記憶體
時間 Fri Nov 2 00:14:03 2012
→ akasan:valgrind, 但 windowns 版的沒試過XD 11/02 00:43
→ akasan:linux 上那真的是不二選擇了 11/02 00:44
→ Linux:我是用 Windows ....>"< 11/02 00:45
--
Tags:
MAC
All Comments

By Ingrid
at 2012-12-11T06:27
at 2012-12-11T06:27

By Sarah
at 2012-12-15T18:30
at 2012-12-15T18:30

By Hardy
at 2012-12-17T23:06
at 2012-12-17T23:06

By Damian
at 2012-12-20T01:21
at 2012-12-20T01:21
Related Posts
Bootcamp 能支援3個OS嗎?

By Quanna
at 2012-12-10T19:06
at 2012-12-10T19:06
台北車站附近的蘋果專賣店,iMac是最新的嗎?

By Selena
at 2012-12-10T18:49
at 2012-12-10T18:49
怎麼打萬用字元搜尋檔案

By Selena
at 2012-12-10T18:36
at 2012-12-10T18:36
2012 mac mini外接設備常無故退出

By Isla
at 2012-12-10T18:19
at 2012-12-10T18:19
在文字編輯中插入現在時間

By Rebecca
at 2012-12-10T18:11
at 2012-12-10T18:11