Skip to content

adgang/atom-date

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom Date Package

Insert the current date & time.

Installation

apm install date

or find it in the Packages tab under settings

Usage

Select a command from Packages, Date & Time.

You can also bind your keys to date:date, date:time and date:datetime.

Options

You can specify the following options for the date and time format:

  • YYYY - Four digit year
  • MMMM - Full month name. ie January
  • MMM - Short month name. ie Jan
  • MM - Zero padded month ie 01
  • M - Month ie 1
  • DDDD - Full day or week name ie Tuesday
  • DDD - Abbreviated day of the week ie Tue
  • DD - Zero padded day ie 08
  • D - Day ie 8
  • HH24 - Hours in 24 notation ie 18
  • HH - Padded Hours ie 06
  • H - Hours ie 6
  • MI - Padded Minutes
  • SS - Padded Seconds
  • PP - AM or PM
  • P - am or pm

About

Atom package to insert the current date & time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.6%
  • CoffeeScript 34.4%