Skip to content

rodrigoflores/Today

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today

Create a 'dynamic' snippet that prints today's date on your document.

You can configure the format creating a file called Today.sublime-settings on your User folder with this content:

{
  "date_format":"%d/%m/%Y",
  "time_format":"%d/%m/%Y %H:%M"
}

The format is based on strftime. You can generate it nicely using the strfti.me website.

About

Inserts today's date on Sublime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages