Sublime Text plugin to insert timestamp, date, time and datetime.
- Open packagecontrol.io - (ctrl or ⌘) + ⇧ + p
- Type Timenow
- ✅ Installed!
Edit ⇢ Timenow
Preferences ⇢ Package Settings ⇢ Timenow ⇢ Settings User
{
"date_format": "%Y-%m-%d",
"time_format": "%H:%M:%S",
"datetime_format": "%Y-%m-%d %H:%M",
"stamp_format": "%y%m%d%H%M%S"
}Preferences ⇢ Key Bindings
Add your key binding in the Default (Windows).sublime-keymap--User like this.
[
{"keys": ["ctrl+t"], "command": "tn_date"}
](change ctrl to super when you use OSX)
Commands: tn_date tn_stamp tn_time tn_datetime
● filipe - WTFPL
