fecha-php

1.1.0 • Public • Published

fecha-php

Build Status

Simple tool to convert from php datetime format to fecha format (~960 Bytes minified + gzipped)

This is useful if you for example have a js datepicker in a laravel php application and you want to use the same format at both places.

Usage

npm fecha-php

npm i fecha-php
const convert = require("fecha-php");


const phpFormat = convert.fechaToPhp("YY-MM-DD HH:mm:ss")
// phpFormat = "y-m-d H:i:s"

const fechaFormat = convert.phpToFecha("y-m-d H:i:s")
// fechaFormat = "YY-MM-DD HH:mm:ss"

Package Sidebar

Install

npm i fecha-php

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

6.2 kB

Total Files

4

Last publish

Collaborators

  • codingkiwi