Skip to content

ctrlcctrlv/phpdate.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This small library allows you to use PHP date() format strings in JavaScript cleanly.

My use case was so that the user configured date format in Tinyboard would be shared by JavaScript components of the same.

Usage example (assuming JavaScript-C as the interpreter):

d = new Date(2014, 0, 21, 2, 3, 4);
print(date(d,'M/d/Y h:i:s (U)'))
print(date(d,'r'));

About

Use PHP date() formats in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors