Skip to content

Quick Date Format Strings for strftime

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

gadenbuie/speedDate

Repository files navigation

speedDate

lifecycle

speedDate makes it easy to get date format strings for use with strftime().

Installation

You can install the released version of speedDate from GitHub with:

devtools::install_github("gadenbuie/speedDate")

Example

Does formatting a timestamp into a character string always start with a long scroll through ?strftime to look up the correct format tokens? Now you can get those tokens faster and move on with your day.

The speedDate RStudio addin gives you a date

Monday January  2, 15:04:05.987653 2006 -0700

and asks you to write it in text in the desired format. So you enter…

On 01.02.2006 at 15:04

…and the addin immediately gives you the format you want!

"On %m.%d.%Y at %R"

Inspired by go’s time parsing.

About

Quick Date Format Strings for strftime

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages