Skip to content

TypeScript implementation of PHP's strToTime function

Notifications You must be signed in to change notification settings

gavgrego/str-to-time-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

str-to-time-ts

npm version

A TypeScript implementation of the strtotime function from PHP.

Installation

npm install ts-str-to-time
pnpm install ts-str-to-time
yarn add ts-str-to-time

Usage

import { strToTime } from "ts-str-to-time"

strToTime("next tuesday")

License

MIT

About

TypeScript implementation of PHP's strToTime function

Resources

Stars

Watchers

Forks

Packages

No packages published