1.1.0 • Published 12 months ago

fecha-php v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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"
1.1.0

12 months ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago